#A03EB9

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

Shades of Dark Orchid #A03EB9

Tints of Dark Orchid #A03EB9

Color information

#A03EB9 (or 0xA03EB9) is unknown color: approx Dark Orchid. HEX triplet: A0, 3E and B9. RGB value is (160,62,185). Sum of RGB (Red+Green+Blue) = 160+62+185=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #A03EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EB9 is #5FC146. Grayscale: #686868. Windows color (decimal): -6275399 or 12140192. OLE color: 12140192.

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

Color convert

RGB16062185-
CMYK0.140.6600.27
HSL287.8º49.8%48.43%-
HSV(B)287.8º66.49%72.55%-
XYZ24.9814.4247.37-
YUV105.32172.97167-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=39.31%
G=15.23%
B=45.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160621850.140.6600.27287.849.848.43
HexA03EB9E4201B1203230
Octal24076271161020334406260
Binary101000001111101011100111101000010011011100100000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EB9; }

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

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

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

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

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

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

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

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