#A019AF

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

Shades of Dark Orchid #A019AF

Tints of Dark Orchid #A019AF

Color information

#A019AF (or 0xA019AF) is unknown color: approx Dark Orchid. HEX triplet: A0, 19 and AF. RGB value is (160,25,175). Sum of RGB (Red+Green+Blue) = 160+25+175=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A019AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019AF is #5FE650. Grayscale: #525252. Windows color (decimal): -6284881 or 11475360. OLE color: 11475360.

HSL color Cylindrical-coordinate representation of color #A019AF: hue angle of 294º 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 #A019AF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16025175-
CMYK0.090.8600.31
HSL294º75%39.22%-
HSV(B)294º85.71%68.63%-
XYZ22.5811.2641.54-
YUV82.46180.23183.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 6.94%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=44.44%
G=6.94%
B=48.61%

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
Decimal160251750.090.8600.312947539.22
HexA019AF95601F1264b27
Octal240312571112603744611347
Binary101000001100110101111100110101100111111001001101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A019AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A019AF; }

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

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

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

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

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

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

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

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