#A019B4

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

Shades of Dark Orchid #A019B4

Tints of Dark Orchid #A019B4

Color information

#A019B4 (or 0xA019B4) is unknown color: approx Dark Orchid. HEX triplet: A0, 19 and B4. RGB value is (160,25,180). Sum of RGB (Red+Green+Blue) = 160+25+180=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #A019B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019B4 is #5FE64B. Grayscale: #525252. Windows color (decimal): -6284876 or 11803040. OLE color: 11803040.

HSL color Cylindrical-coordinate representation of color #A019B4: hue angle of 292.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B4 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16025180-
CMYK0.110.8600.29
HSL292.26º75.61%40.2%-
HSV(B)292.26º86.11%70.59%-
XYZ23.0811.4644.18-
YUV83.04182.73182.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 25 (10.16% from 255) = 6.85%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=43.84%
G=6.85%
B=49.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160251800.110.8600.29292.2675.6140.2
HexA019B4B5601D1244c28
Octal240312641312603544411450
Binary101000001100110110100101110101100111011001001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A019B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A019B4; }

 p { color: rgb(160,25,180); }

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

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

 a { background-color: rgb(160,25,180); }

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

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

 span { border-color: rgb(160,25,180); }

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