#A809DA

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

Shades of Dark Violet #A809DA

Tints of Dark Violet #A809DA

Color information

#A809DA (or 0xA809DA) is unknown color: approx Dark Violet. HEX triplet: A8, 09 and DA. RGB value is (168,9,218). Sum of RGB (Red+Green+Blue) = 168+9+218=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #A809DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809DA is #57F625. Grayscale: #4F4F4F. Windows color (decimal): -5764646 or 14289320. OLE color: 14289320.

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

Color convert

RGB1689218-
CMYK0.230.9600.15
HSL285.65º92.07%44.51%-
HSV(B)285.65º95.87%85.49%-
XYZ28.913.5867.43-
YUV80.37205.68190.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 218 (85.55% from 255) = 55.19%
R=42.53%
G=2.28%
B=55.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16892180.230.9600.15285.6592.0744.51
HexA89DA17600F11e5c2d
Octal250113322714001743613455
Binary10101000100111011010101111100000011111000111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809DA; }

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

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

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

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

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

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

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

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