#A03EBA

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

Shades of Dark Orchid #A03EBA

Tints of Dark Orchid #A03EBA

Color information

#A03EBA (or 0xA03EBA) is unknown color: approx Dark Orchid. HEX triplet: A0, 3E and BA. RGB value is (160,62,186). Sum of RGB (Red+Green+Blue) = 160+62+186=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A03EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EBA is #5FC145. Grayscale: #696969. Windows color (decimal): -6275398 or 12205728. OLE color: 12205728.

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

Color convert

RGB16062186-
CMYK0.140.6700.27
HSL287.42º50%48.63%-
HSV(B)287.42º66.67%72.94%-
XYZ25.0814.4647.92-
YUV105.44173.47166.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 62 (24.61% from 255) = 15.20%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=39.22%
G=15.20%
B=45.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160621860.140.6700.27287.425048.63
HexA03EBAE4301B11f3231
Octal24076272161030334376261
Binary101000001111101011101011101000011011011100011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03EBA; }

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

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

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

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

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

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

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

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