Html Css Color HEX #AB12C0 Dark Violet

📋 copy color: '#AB12C0'

red 171 ◦ green 18 ◦ blue 192

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

Shades of Dark Violet #AB12C0

Tints of Dark Violet #AB12C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 44.88%
G = 4.72%
B = 50.39%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB12C0 (or 0xAB12C0) is known color: Dark Violet. HEX triplet: AB, 12 and C0. RGB value is (171,18,192). Sum of RGB (Red+Green+Blue) = 171+18+192=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB12C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12C0 is #54ED3F. Grayscale: #535353. Windows color (decimal): -5565760 or 12587691. OLE color: 12587691.

HSL color Cylindrical-coordinate representation of color #AB12C0: hue angle of 292.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12C0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 18 192 -
CMYK 0.11 0.91 0 0.25
HSL 292.76º 0.83% 0.41% -
HSV(B) 292.76º 0.91% 0.75% -
XYZ 26.53 12.9 50.96 -
YUV 83.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 171 18 192 0.11 0.91 0 0.25 292.76 0.83 0.41
Hex AB 12 C0 B 5B 0 19 125 53 29
Octal 253 22 300 13 133 0 31 445 123 51
Binary 10101011 10010 11000000 1011 1011011 0 11001 100100101 1010011 101001

Color Harmonies of #AB12C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12C0

Black with #AB12C0

Text Example


Text Example

White with #AB12C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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