Html Css Color HEX #AB12DC Dark Violet

📋 copy color: '#AB12DC'

red 171 ◦ green 18 ◦ blue 220

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

Shades of Dark Violet #AB12DC

Tints of Dark Violet #AB12DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 41.81%
G = 4.4%
B = 53.79%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB12DC (or 0xAB12DC) is known color: Dark Violet. HEX triplet: AB, 12 and DC. RGB value is (171,18,220). Sum of RGB (Red+Green+Blue) = 171+18+220=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB12DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12DC is #54ED23. Grayscale: #565656. Windows color (decimal): -5565732 or 14422699. OLE color: 14422699.

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

Color convert

RGB 171 18 220 -
CMYK 0.22 0.92 0 0.14
HSL 285.45º 0.85% 0.47% -
HSV(B) 285.45º 0.92% 0.86% -
XYZ 29.93 14.26 68.88 -
YUV 86.78 203.19 188.07 -
System Red Green Blue C M Y K H S L
Decimal 171 18 220 0.22 0.92 0 0.14 285.45 0.85 0.47
Hex AB 12 DC 16 5C 0 E 11D 55 2F
Octal 253 22 334 26 134 0 16 435 125 57
Binary 10101011 10010 11011100 10110 1011100 0 1110 100011101 1010101 101111

Color Harmonies of #AB12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12DC

Black with #AB12DC

Text Example


Text Example

White with #AB12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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