Html Css Color HEX #A916DB Dark Violet

📋 copy color: '#A916DB'

red 169 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #A916DB

Tints of Dark Violet #A916DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

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

R = 41.22%
G = 5.37%
B = 53.41%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A916DB (or 0xA916DB) is known color: Dark Violet. HEX triplet: A9, 16 and DB. RGB value is (169,22,219). Sum of RGB (Red+Green+Blue) = 169+22+219=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #A916DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A916DB is #56E924. Grayscale: #575757. Windows color (decimal): -5695781 or 14358185. OLE color: 14358185.

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

Color convert

RGB 169 22 219 -
CMYK 0.23 0.90 0 0.14
HSL 284.77º 0.82% 0.47% -
HSV(B) 284.77º 0.9% 0.86% -
XYZ 29.44 14.12 68.19 -
YUV 88.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 169 22 219 0.23 0.90 0 0.14 284.77 0.82 0.47
Hex A9 16 DB 17 5A 0 E 11D 52 2F
Octal 251 26 333 27 132 0 16 435 122 57
Binary 10101001 10110 11011011 10111 1011010 0 1110 100011101 1010010 101111

Color Harmonies of #A916DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A916DB

Black with #A916DB

Text Example


Text Example

White with #A916DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A916DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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