#A909DB

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

Shades of Dark Violet #A909DB

Tints of Dark Violet #A909DB

Color information

#A909DB (or 0xA909DB) is unknown color: approx Dark Violet. HEX triplet: A9, 09 and DB. RGB value is (169,9,219). Sum of RGB (Red+Green+Blue) = 169+9+219=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #A909DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A909DB is #56F624. Grayscale: #505050. Windows color (decimal): -5699109 or 14354857. OLE color: 14354857.

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

Color convert

RGB1699219-
CMYK0.230.9600.14
HSL285.71º92.11%44.71%-
HSV(B)285.71º95.89%85.88%-
XYZ29.2513.7468.13-
YUV80.78206.01190.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 9 (3.91% from 255) = 2.27%
BLUE value IS 219 (85.94% from 255) = 55.16%
R=42.57%
G=2.27%
B=55.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16992190.230.9600.14285.7192.1144.71
HexA99DB17600E11e5c2d
Octal251113332714001643613455
Binary10101001100111011011101111100000011101000111101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A909DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A909DB; }

 p { color: rgb(169,9,219); }

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

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

 a { background-color: rgb(169,9,219); }

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

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

 span { border-color: rgb(169,9,219); }

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