Html Css Color HEX #AB0DDA Dark Violet

📋 copy color: '#AB0DDA'

red 171 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #AB0DDA

Tints of Dark Violet #AB0DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 42.54%
G = 3.23%
B = 54.23%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB0DDA (or 0xAB0DDA) is known color: Dark Violet. HEX triplet: AB, 0D and DA. RGB value is (171,13,218). Sum of RGB (Red+Green+Blue) = 171+13+218=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DDA is #54F225. Grayscale: #525252. Windows color (decimal): -5567014 or 14290347. OLE color: 14290347.

HSL color Cylindrical-coordinate representation of color #AB0DDA: hue angle of 286.24º degrees, saturation: 0.89, 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 #AB0DDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 13 218 -
CMYK 0.22 0.94 0 0.15
HSL 286.24º 0.89% 0.45% -
HSV(B) 286.24º 0.94% 0.85% -
XYZ 29.59 14.01 67.47 -
YUV 83.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 171 13 218 0.22 0.94 0 0.15 286.24 0.89 0.45
Hex AB D DA 16 5E 0 F 11E 59 2D
Octal 253 15 332 26 136 0 17 436 131 55
Binary 10101011 1101 11011010 10110 1011110 0 1111 100011110 1011001 101101

Color Harmonies of #AB0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DDA

Black with #AB0DDA

Text Example


Text Example

White with #AB0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DDA; }

 p { color: rgb(171,13,218); }

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

background-color css

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

 a { background-color: rgb(171,13,218); }

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

border-color css

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

 span { border-color: rgb(171,13,218); }

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