#A442DD

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

Shades of Dark Orchid #A442DD

Tints of Dark Orchid #A442DD

Color information

#A442DD (or 0xA442DD) is unknown color: approx Dark Orchid. HEX triplet: A4, 42 and DD. RGB value is (164,66,221). Sum of RGB (Red+Green+Blue) = 164+66+221=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #A442DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442DD is #5BBD22. Grayscale: #707070. Windows color (decimal): -6012195 or 14500516. OLE color: 14500516.

HSL color Cylindrical-coordinate representation of color #A442DD: hue angle of 277.94º 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 #A442DD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16466221-
CMYK0.260.7000.13
HSL277.94º69.51%56.27%-
HSV(B)277.94º70.14%86.67%-
XYZ30.3117.0170.09-
YUV112.97188.97164.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 14.63%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=36.36%
G=14.63%
B=49.00%

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
Decimal164662210.260.7000.13277.9469.5156.27
HexA442DD1A460D1164638
Octal2441023353210601542610670
Binary10100100100001011011101110101000110011011000101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A442DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A442DD; }

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

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

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

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

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

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

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

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