Html Css Color HEX #AB12C1 Dark Violet

📋 copy color: '#AB12C1'

red 171 ◦ green 18 ◦ blue 193

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

Shades of Dark Violet #AB12C1

Tints of Dark Violet #AB12C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.52%

R = 44.76%
G = 4.71%
B = 50.52%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB12C1 (or 0xAB12C1) is known color: Dark Violet. HEX triplet: AB, 12 and C1. RGB value is (171,18,193). Sum of RGB (Red+Green+Blue) = 171+18+193=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12C1 is #54ED3E. Grayscale: #535353. Windows color (decimal): -5565759 or 12653227. OLE color: 12653227.

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

Color convert

RGB 171 18 193 -
CMYK 0.11 0.91 0 0.24
HSL 292.46º 0.83% 0.41% -
HSV(B) 292.46º 0.91% 0.76% -
XYZ 26.64 12.94 51.55 -
YUV 83.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 171 18 193 0.11 0.91 0 0.24 292.46 0.83 0.41
Hex AB 12 C1 B 5B 0 18 124 53 29
Octal 253 22 301 13 133 0 30 444 123 51
Binary 10101011 10010 11000001 1011 1011011 0 11000 100100100 1010011 101001

Color Harmonies of #AB12C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12C1

Black with #AB12C1

Text Example


Text Example

White with #AB12C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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