#A844DD

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

Shades of Dark Orchid #A844DD

Tints of Dark Orchid #A844DD

Color information

#A844DD (or 0xA844DD) is unknown color: approx Dark Orchid. HEX triplet: A8, 44 and DD. RGB value is (168,68,221). Sum of RGB (Red+Green+Blue) = 168+68+221=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A844DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844DD is #57BB22. Grayscale: #727272. Windows color (decimal): -5749539 or 14501032. OLE color: 14501032.

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

Color convert

RGB16868221-
CMYK0.240.6900.13
HSL279.22º69.23%56.67%-
HSV(B)279.22º69.23%86.67%-
XYZ31.2717.6870.17-
YUV115.34187.63165.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=36.76%
G=14.88%
B=48.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168682210.240.6900.13279.2269.2356.67
HexA844DD18450D1174539
Octal2501043353010501542710571
Binary10101000100010011011101110001000101011011000101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A844DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A844DD; }

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

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

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

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

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

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

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

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