#A03BB9

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

Shades of Dark Orchid #A03BB9

Tints of Dark Orchid #A03BB9

Color information

#A03BB9 (or 0xA03BB9) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and B9. RGB value is (160,59,185). Sum of RGB (Red+Green+Blue) = 160+59+185=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #A03BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BB9 is #5FC446. Grayscale: #676767. Windows color (decimal): -6276167 or 12139424. OLE color: 12139424.

HSL color Cylindrical-coordinate representation of color #A03BB9: hue angle of 288.1º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03BB9 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16059185-
CMYK0.140.6800.27
HSL288.1º51.64%47.84%-
HSV(B)288.1º68.11%72.55%-
XYZ24.8214.147.31-
YUV103.56173.96168.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 59 (23.44% from 255) = 14.60%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=39.60%
G=14.60%
B=45.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160591850.140.6800.27288.151.6447.84
HexA03BB9E4401B1203430
Octal24073271161040334406460
Binary101000001110111011100111101000100011011100100000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BB9; }

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

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

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

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

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

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

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

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