#A019BE

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

Shades of Dark Orchid #A019BE

Tints of Dark Orchid #A019BE

Color information

#A019BE (or 0xA019BE) is unknown color: approx Dark Orchid. HEX triplet: A0, 19 and BE. RGB value is (160,25,190). Sum of RGB (Red+Green+Blue) = 160+25+190=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #A019BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019BE is #5FE641. Grayscale: #535353. Windows color (decimal): -6284866 or 12458400. OLE color: 12458400.

HSL color Cylindrical-coordinate representation of color #A019BE: hue angle of 289.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A019BE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16025190-
CMYK0.160.8700.25
HSL289.09º76.74%42.16%-
HSV(B)289.09º86.84%74.51%-
XYZ24.1411.8949.74-
YUV84.18187.73182.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 25 (10.16% from 255) = 6.67%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=42.67%
G=6.67%
B=50.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160251900.160.8700.25289.0976.7442.16
HexA019BE10570191214d2a
Octal240312762012703144111552
Binary1010000011001101111101000010101110110011001000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A019BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A019BE; }

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

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

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

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

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

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

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

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