Html Css Color HEX #AB0ED9 Dark Violet

📋 copy color: '#AB0ED9'

red 171 ◦ green 14 ◦ blue 217

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

Shades of Dark Violet #AB0ED9

Tints of Dark Violet #AB0ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.48%

 BLUE value IS 217 (85.16% from 255) = 53.98%

R = 42.54%
G = 3.48%
B = 53.98%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB0ED9 (or 0xAB0ED9) is known color: Dark Violet. HEX triplet: AB, 0E and D9. RGB value is (171,14,217). Sum of RGB (Red+Green+Blue) = 171+14+217=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB0ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ED9 is #54F126. Grayscale: #535353. Windows color (decimal): -5566759 or 14225067. OLE color: 14225067.

HSL color Cylindrical-coordinate representation of color #AB0ED9: hue angle of 286.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0ED9 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 14 217 -
CMYK 0.21 0.94 0 0.15
HSL 286.4º 0.88% 0.45% -
HSV(B) 286.4º 0.94% 0.85% -
XYZ 29.48 13.98 66.79 -
YUV 84.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 171 14 217 0.21 0.94 0 0.15 286.4 0.88 0.45
Hex AB E D9 15 5E 0 F 11E 58 2D
Octal 253 16 331 25 136 0 17 436 130 55
Binary 10101011 1110 11011001 10101 1011110 0 1111 100011110 1011000 101101

Color Harmonies of #AB0ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0ED9

Black with #AB0ED9

Text Example


Text Example

White with #AB0ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0ED9; }

 p { color: rgb(171,14,217); }

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

background-color css

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

 a { background-color: rgb(171,14,217); }

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

border-color css

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

 span { border-color: rgb(171,14,217); }

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