Html Css Color HEX #A914DB Dark Violet

📋 copy color: '#A914DB'

red 169 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #A914DB

Tints of Dark Violet #A914DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.9%

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

R = 41.42%
G = 4.9%
B = 53.68%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A914DB (or 0xA914DB) is known color: Dark Violet. HEX triplet: A9, 14 and DB. RGB value is (169,20,219). Sum of RGB (Red+Green+Blue) = 169+20+219=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #A914DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914DB is #56EB24. Grayscale: #565656. Windows color (decimal): -5696293 or 14357673. OLE color: 14357673.

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

Color convert

RGB 169 20 219 -
CMYK 0.23 0.91 0 0.14
HSL 284.92º 0.83% 0.47% -
HSV(B) 284.92º 0.91% 0.86% -
XYZ 29.4 14.05 68.18 -
YUV 87.24 202.36 186.32 -
System Red Green Blue C M Y K H S L
Decimal 169 20 219 0.23 0.91 0 0.14 284.92 0.83 0.47
Hex A9 14 DB 17 5B 0 E 11D 53 2F
Octal 251 24 333 27 133 0 16 435 123 57
Binary 10101001 10100 11011011 10111 1011011 0 1110 100011101 1010011 101111

Color Harmonies of #A914DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A914DB

Black with #A914DB

Text Example


Text Example

White with #A914DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A914DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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