#A019B0

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

Shades of Dark Orchid #A019B0

Tints of Dark Orchid #A019B0

Color information

#A019B0 (or 0xA019B0) is unknown color: approx Dark Orchid. HEX triplet: A0, 19 and B0. RGB value is (160,25,176). Sum of RGB (Red+Green+Blue) = 160+25+176=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #A019B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019B0 is #5FE64F. Grayscale: #525252. Windows color (decimal): -6284880 or 11540896. OLE color: 11540896.

HSL color Cylindrical-coordinate representation of color #A019B0: hue angle of 293.64º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B0 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16025176-
CMYK0.090.8600.31
HSL293.64º75.12%39.41%-
HSV(B)293.64º85.8%69.02%-
XYZ22.6811.342.06-
YUV82.58180.73183.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 25 (10.16% from 255) = 6.93%
BLUE value IS 176 (69.14% from 255) = 48.75%
R=44.32%
G=6.93%
B=48.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160251760.090.8600.31293.6475.1239.41
HexA019B095601F1264b27
Octal240312601112603744611347
Binary101000001100110110000100110101100111111001001101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A019B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A019B0; }

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

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

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

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

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

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

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

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