#A809DD

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

Shades of Dark Violet #A809DD

Tints of Dark Violet #A809DD

Color information

#A809DD (or 0xA809DD) is unknown color: approx Dark Violet. HEX triplet: A8, 09 and DD. RGB value is (168,9,221). Sum of RGB (Red+Green+Blue) = 168+9+221=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A809DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809DD is #57F622. Grayscale: #505050. Windows color (decimal): -5764643 or 14485928. OLE color: 14485928.

HSL color Cylindrical-coordinate representation of color #A809DD: hue angle of 285º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A809DD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1689221-
CMYK0.240.9600.13
HSL285º92.17%45.1%-
HSV(B)285º95.93%86.67%-
XYZ29.313.7469.51-
YUV80.71207.18190.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 9 (3.91% from 255) = 2.26%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=42.21%
G=2.26%
B=55.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16892210.240.9600.1328592.1745.1
HexA89DD18600D11d5c2d
Octal250113353014001543513455
Binary10101000100111011101110001100000011011000111011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809DD; }

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

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

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

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

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

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

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

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