#A039D4

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

Shades of Dark Orchid #A039D4

Tints of Dark Orchid #A039D4

Color information

#A039D4 (or 0xA039D4) is unknown color: approx Dark Orchid. HEX triplet: A0, 39 and D4. RGB value is (160,57,212). Sum of RGB (Red+Green+Blue) = 160+57+212=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #A039D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039D4 is #5FC62B. Grayscale: #686868. Windows color (decimal): -6276652 or 13908384. OLE color: 13908384.

HSL color Cylindrical-coordinate representation of color #A039D4: hue angle of 279.87º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A039D4 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16057212-
CMYK0.250.7300.17
HSL279.87º64.32%52.75%-
HSV(B)279.87º73.11%83.14%-
XYZ27.8415.1563.74-
YUV105.47188.12166.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 212 (83.20% from 255) = 49.42%
R=37.30%
G=13.29%
B=49.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160572120.250.7300.17279.8764.3252.75
HexA039D419490111184035
Octal240713243111102143010065
Binary10100000111001110101001100110010010100011000110001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039D4; }

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

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

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

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

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

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

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

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