#A442DE

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

Shades of Dark Orchid #A442DE

Tints of Dark Orchid #A442DE

Color information

#A442DE (or 0xA442DE) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and DE. RGB value is (164,66,222). Sum of RGB (Red+Green+Blue) = 164+66+222=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #A442DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442DE is #5BBD21. Grayscale: #707070. Windows color (decimal): -6012194 or 14566052. OLE color: 14566052.

HSL color Cylindrical-coordinate representation of color #A442DE: hue angle of 277.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A442DE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16466222-
CMYK0.260.7000.13
HSL277.69º70.27%56.47%-
HSV(B)277.69º70.27%87.06%-
XYZ30.4417.0670.8-
YUV113.09189.47164.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=36.28%
G=14.60%
B=49.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164662220.260.7000.13277.6970.2756.47
HexA442DE1A460D1164638
Octal2441023363210601542610670
Binary10100100100001011011110110101000110011011000101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442DE; }

 p { color: rgb(164,66,222); }

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

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

 a { background-color: rgb(164,66,222); }

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

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

 span { border-color: rgb(164,66,222); }

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