#A23BBD

Color #A23BBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A23BBD

Tints of Dark Orchid #A23BBD

Color information

#A23BBD (or 0xA23BBD) is unknown color: approx Dark Orchid. HEX triplet: A2, 3B and BD. RGB value is (162,59,189). Sum of RGB (Red+Green+Blue) = 162+59+189=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BBD is #5DC442. Grayscale: #686868. Windows color (decimal): -6145091 or 12401570. OLE color: 12401570.

HSL color Cylindrical-coordinate representation of color #A23BBD: hue angle of 287.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23BBD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16259189-
CMYK0.140.6900.26
HSL287.54º52.42%48.63%-
HSV(B)287.54º68.78%74.12%-
XYZ25.6514.4849.59-
YUV104.62175.62168.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=39.51%
G=14.39%
B=46.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162591890.140.6900.26287.5452.4248.63
HexA23BBDE4501A1203431
Octal24273275161050324406461
Binary101000101110111011110111101000101011010100100000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23BBD; }

 p { color: rgb(162,59,189); }

 H1.HeaderClassName
 {
   color: #A23BBD;
 }
 .AnyTagClassName
 {
   color: #A23BBD;
 }
</style>
background-color css

<style>
 a { background-color: #A23BBD; }

 a { background-color: rgb(162,59,189); }

 div.DivClassName
 {
   background-color: #A23BBD;
 }
 .BgClassName
 {
   background-color: #A23BBD;
 }
</style>
border-color css

<style>
 span { border-color: #A23BBD; }

 span { border-color: rgb(162,59,189); }

 td.TdClassName
 {
   border-color: #A23BBD;
 }
 .TagClassName
 {
   border-color: #A23BBD;
 }
</style>