#A044D9

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

Shades of Dark Orchid #A044D9

Tints of Dark Orchid #A044D9

Color information

#A044D9 (or 0xA044D9) is unknown color: approx Dark Orchid. HEX triplet: A0, 44 and D9. RGB value is (160,68,217). Sum of RGB (Red+Green+Blue) = 160+68+217=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #A044D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044D9 is #5FBB26. Grayscale: #6F6F6F. Windows color (decimal): -6273831 or 14238880. OLE color: 14238880.

HSL color Cylindrical-coordinate representation of color #A044D9: hue angle of 277.05º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A044D9 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16068217-
CMYK0.260.6900.15
HSL277.05º66.22%55.88%-
HSV(B)277.05º68.66%85.1%-
XYZ29.0916.6267.32-
YUV112.49186.98161.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=35.96%
G=15.28%
B=48.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160682170.260.6900.15277.0566.2255.88
HexA044D91A450F1154238
Octal2401043313210501742510270
Binary10100000100010011011001110101000101011111000101011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A044D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A044D9; }

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

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

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

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

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

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

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

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