#A039BA

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

Shades of Dark Orchid #A039BA

Tints of Dark Orchid #A039BA

Color information

#A039BA (or 0xA039BA) is unknown color: approx Dark Orchid. HEX triplet: A0, 39 and BA. RGB value is (160,57,186). Sum of RGB (Red+Green+Blue) = 160+57+186=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039BA is #5FC645. Grayscale: #666666. Windows color (decimal): -6276678 or 12204448. OLE color: 12204448.

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

Color convert

RGB16057186-
CMYK0.140.6900.27
HSL287.91º53.09%47.65%-
HSV(B)287.91º69.35%72.94%-
XYZ24.8213.9547.84-
YUV102.5175.12169.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=39.70%
G=14.14%
B=46.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160571860.140.6900.27287.9153.0947.65
HexA039BAE4501B1203530
Octal24071272161050334406560
Binary101000001110011011101011101000101011011100100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039BA; }

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

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

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

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

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

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

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

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