Html Css Color HEX #AB14DD Dark Violet

📋 copy color: '#AB14DD'

red 171 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #AB14DD

Tints of Dark Violet #AB14DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 41.5%
G = 4.85%
B = 53.64%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB14DD (or 0xAB14DD) is known color: Dark Violet. HEX triplet: AB, 14 and DD. RGB value is (171,20,221). Sum of RGB (Red+Green+Blue) = 171+20+221=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB14DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14DD is #54EB22. Grayscale: #575757. Windows color (decimal): -5565219 or 14488747. OLE color: 14488747.

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

Color convert

RGB 171 20 221 -
CMYK 0.23 0.91 0 0.13
HSL 285.07º 0.83% 0.47% -
HSV(B) 285.07º 0.91% 0.87% -
XYZ 30.1 14.38 69.6 -
YUV 88.06 203.03 187.16 -
System Red Green Blue C M Y K H S L
Decimal 171 20 221 0.23 0.91 0 0.13 285.07 0.83 0.47
Hex AB 14 DD 17 5B 0 D 11D 53 2F
Octal 253 24 335 27 133 0 15 435 123 57
Binary 10101011 10100 11011101 10111 1011011 0 1101 100011101 1010011 101111

Color Harmonies of #AB14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14DD

Black with #AB14DD

Text Example


Text Example

White with #AB14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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