#A439DC

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

Shades of Dark Orchid #A439DC

Tints of Dark Orchid #A439DC

Color information

#A439DC (or 0xA439DC) is unknown color: approx Dark Orchid. HEX triplet: A4, 39 and DC. RGB value is (164,57,220). Sum of RGB (Red+Green+Blue) = 164+57+220=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A439DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439DC is #5BC623. Grayscale: #6B6B6B. Windows color (decimal): -6014500 or 14432676. OLE color: 14432676.

HSL color Cylindrical-coordinate representation of color #A439DC: hue angle of 279.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A439DC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16457220-
CMYK0.250.7400.14
HSL279.39º69.96%54.31%-
HSV(B)279.39º74.09%86.27%-
XYZ29.6915.9969.23-
YUV107.58191.45168.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 57 (22.66% from 255) = 12.93%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=37.19%
G=12.93%
B=49.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164572200.250.7400.14279.3969.9654.31
HexA439DC194A0E1174636
Octal244713343111201642710666
Binary1010010011100111011100110011001010011101000101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A439DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A439DC; }

 p { color: rgb(164,57,220); }

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

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

 a { background-color: rgb(164,57,220); }

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

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

 span { border-color: rgb(164,57,220); }

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