#A209DA

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

Shades of Dark Violet #A209DA

Tints of Dark Violet #A209DA

Color information

#A209DA (or 0xA209DA) is unknown color: approx Dark Violet. HEX triplet: A2, 09 and DA. RGB value is (162,9,218). Sum of RGB (Red+Green+Blue) = 162+9+218=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A209DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209DA is #5DF625. Grayscale: #4D4D4D. Windows color (decimal): -6157862 or 14289314. OLE color: 14289314.

HSL color Cylindrical-coordinate representation of color #A209DA: hue angle of 283.92º 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 #A209DA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1629218-
CMYK0.260.9600.15
HSL283.92º92.07%44.51%-
HSV(B)283.92º95.87%85.49%-
XYZ27.6512.9467.37-
YUV78.57206.69187.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 9 (3.91% from 255) = 2.31%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=41.65%
G=2.31%
B=56.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16292180.260.9600.15283.9292.0744.51
HexA29DA1A600F11c5c2d
Octal242113323214001743413455
Binary10100010100111011010110101100000011111000111001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A209DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A209DA; }

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

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

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

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

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

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

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

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