Html Css Color HEX #AB14DB Dark Violet

📋 copy color: '#AB14DB'

red 171 ◦ green 20 ◦ blue 219

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

Shades of Dark Violet #AB14DB

Tints of Dark Violet #AB14DB

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

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

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

R = 41.71%
G = 4.88%
B = 53.41%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB14DB (or 0xAB14DB) is known color: Dark Violet. HEX triplet: AB, 14 and DB. RGB value is (171,20,219). Sum of RGB (Red+Green+Blue) = 171+20+219=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 20 (8.20% from 255 or 4.88% 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 #AB14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14DB is #54EB24. Grayscale: #575757. Windows color (decimal): -5565221 or 14357675. OLE color: 14357675.

HSL color Cylindrical-coordinate representation of color #AB14DB: hue angle of 285.53º 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 #AB14DB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 20 219 -
CMYK 0.22 0.91 0 0.14
HSL 285.53º 0.83% 0.47% -
HSV(B) 285.53º 0.91% 0.86% -
XYZ 29.83 14.27 68.2 -
YUV 87.84 202.03 187.32 -
System Red Green Blue C M Y K H S L
Decimal 171 20 219 0.22 0.91 0 0.14 285.53 0.83 0.47
Hex AB 14 DB 16 5B 0 E 11E 53 2F
Octal 253 24 333 26 133 0 16 436 123 57
Binary 10101011 10100 11011011 10110 1011011 0 1110 100011110 1010011 101111

Color Harmonies of #AB14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14DB

Black with #AB14DB

Text Example


Text Example

White with #AB14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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