#A03BB2

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

Shades of Dark Orchid #A03BB2

Tints of Dark Orchid #A03BB2

Color information

#A03BB2 (or 0xA03BB2) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and B2. RGB value is (160,59,178). Sum of RGB (Red+Green+Blue) = 160+59+178=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #A03BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BB2 is #5FC44D. Grayscale: #666666. Windows color (decimal): -6276174 or 11680672. OLE color: 11680672.

HSL color Cylindrical-coordinate representation of color #A03BB2: hue angle of 290.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03BB2 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16059178-
CMYK0.100.6700.30
HSL290.92º50.21%46.47%-
HSV(B)290.92º66.85%69.8%-
XYZ24.113.8243.52-
YUV102.76170.46168.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 59 (23.44% from 255) = 14.86%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=40.30%
G=14.86%
B=44.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160591780.100.6700.30290.9250.2146.47
HexA03BB2A4301E123322e
Octal24073262121030364436256
Binary101000001110111011001010101000011011110100100011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BB2; }

 p { color: rgb(160,59,178); }

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

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

 a { background-color: rgb(160,59,178); }

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

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

 span { border-color: rgb(160,59,178); }

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