#A044DD

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

Shades of Dark Orchid #A044DD

Tints of Dark Orchid #A044DD

Color information

#A044DD (or 0xA044DD) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and DD. RGB value is (160,68,221). Sum of RGB (Red+Green+Blue) = 160+68+221=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A044DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044DD is #5FBB22. Grayscale: #707070. Windows color (decimal): -6273827 or 14501024. OLE color: 14501024.

HSL color Cylindrical-coordinate representation of color #A044DD: hue angle of 276.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A044DD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16068221-
CMYK0.280.6900.13
HSL276.08º69.23%56.67%-
HSV(B)276.08º69.23%86.67%-
XYZ29.6216.8370.09-
YUV112.95188.98161.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 68 (26.95% from 255) = 15.14%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=35.63%
G=15.14%
B=49.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160682210.280.6900.13276.0869.2356.67
HexA044DD1C450D1144539
Octal2401043353410501542410571
Binary10100000100010011011101111001000101011011000101001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044DD; }

 p { color: rgb(160,68,221); }

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

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

 a { background-color: rgb(160,68,221); }

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

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

 span { border-color: rgb(160,68,221); }

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