#A02FB8

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

Shades of Dark Orchid #A02FB8

Tints of Dark Orchid #A02FB8

Color information

#A02FB8 (or 0xA02FB8) is unknown color: approx Dark Orchid. HEX triplet: A0, 2F and B8. RGB value is (160,47,184). Sum of RGB (Red+Green+Blue) = 160+47+184=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #A02FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB8 is #5FD047. Grayscale: #5F5F5F. Windows color (decimal): -6279240 or 12070816. OLE color: 12070816.

HSL color Cylindrical-coordinate representation of color #A02FB8: hue angle of 289.49º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02FB8 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16047184-
CMYK0.130.7400.28
HSL289.49º59.31%45.29%-
HSV(B)289.49º74.46%72.16%-
XYZ24.1712.9746.58-
YUV96.4177.44173.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 47 (18.75% from 255) = 12.02%
BLUE value IS 184 (72.27% from 255) = 47.06%
R=40.92%
G=12.02%
B=47.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160471840.130.7400.28289.4959.3145.29
HexA02FB8D4A01C1213b2d
Octal24057270151120344417355
Binary101000001011111011100011011001010011100100100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02FB8; }

 p { color: rgb(160,47,184); }

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

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

 a { background-color: rgb(160,47,184); }

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

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

 span { border-color: rgb(160,47,184); }

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