Html Css Color HEX #AB12DD Dark Violet

📋 copy color: '#AB12DD'

red 171 ◦ green 18 ◦ blue 221

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

Shades of Dark Violet #AB12DD

Tints of Dark Violet #AB12DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

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

R = 41.71%
G = 4.39%
B = 53.9%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB12DD (or 0xAB12DD) is known color: Dark Violet. HEX triplet: AB, 12 and DD. RGB value is (171,18,221). Sum of RGB (Red+Green+Blue) = 171+18+221=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB12DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12DD is #54ED22. Grayscale: #565656. Windows color (decimal): -5565731 or 14488235. OLE color: 14488235.

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

Color convert

RGB 171 18 221 -
CMYK 0.23 0.92 0 0.13
HSL 285.22º 0.85% 0.47% -
HSV(B) 285.22º 0.92% 0.87% -
XYZ 30.06 14.31 69.58 -
YUV 86.89 203.69 187.99 -
System Red Green Blue C M Y K H S L
Decimal 171 18 221 0.23 0.92 0 0.13 285.22 0.85 0.47
Hex AB 12 DD 17 5C 0 D 11D 55 2F
Octal 253 22 335 27 134 0 15 435 125 57
Binary 10101011 10010 11011101 10111 1011100 0 1101 100011101 1010101 101111

Color Harmonies of #AB12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12DD

Black with #AB12DD

Text Example


Text Example

White with #AB12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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