Html Css Color HEX #A910DB Dark Violet

📋 copy color: '#A910DB'

red 169 ◦ green 16 ◦ blue 219

#A910DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A910DB

Tints of Dark Violet #A910DB

RGB

 RED value IS 169 (66.41% from 255) = 41.83%

 GREEN value IS 16 (6.64% from 255) = 3.96%

 BLUE value IS 219 (85.94% from 255) = 54.21%

R = 41.83%
G = 3.96%
B = 54.21%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A910DB (or 0xA910DB) is known color: Dark Violet. HEX triplet: A9, 10 and DB. RGB value is (169,16,219). Sum of RGB (Red+Green+Blue) = 169+16+219=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #A910DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A910DB is #56EF24. Grayscale: #545454. Windows color (decimal): -5697317 or 14356649. OLE color: 14356649.

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

Color convert

RGB 169 16 219 -
CMYK 0.23 0.93 0 0.14
HSL 285.22º 0.86% 0.46% -
HSV(B) 285.22º 0.93% 0.86% -
XYZ 29.33 13.92 68.16 -
YUV 84.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 169 16 219 0.23 0.93 0 0.14 285.22 0.86 0.46
Hex A9 10 DB 17 5D 0 E 11D 56 2E
Octal 251 20 333 27 135 0 16 435 126 56
Binary 10101001 10000 11011011 10111 1011101 0 1110 100011101 1010110 101110

Color Harmonies of #A910DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A910DB

Black with #A910DB

Text Example


Text Example

White with #A910DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A910DB; }

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

 H1.HeaderClassName
 {
   color: #A910DB;
 }
 .AnyTagClassName
 {
   color: #A910DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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