#A03BC9

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

Shades of Dark Orchid #A03BC9

Tints of Dark Orchid #A03BC9

Color information

#A03BC9 (or 0xA03BC9) is unknown color: approx Dark Orchid. HEX triplet: A0, 3B and C9. RGB value is (160,59,201). Sum of RGB (Red+Green+Blue) = 160+59+201=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #A03BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BC9 is #5FC436. Grayscale: #686868. Windows color (decimal): -6276151 or 13188000. OLE color: 13188000.

HSL color Cylindrical-coordinate representation of color #A03BC9: hue angle of 282.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03BC9 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16059201-
CMYK0.200.7100.21
HSL282.68º56.8%50.98%-
HSV(B)282.68º70.65%78.82%-
XYZ26.614.8256.72-
YUV105.39181.96166.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 59 (23.44% from 255) = 14.05%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=38.10%
G=14.05%
B=47.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160592010.200.7100.21282.6856.850.98
HexA03BC9144701511b3933
Octal24073311241070254337163
Binary1010000011101111001001101001000111010101100011011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BC9; }

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

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

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

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

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

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

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

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