Html Css Color HEX #AB12BF Dark Violet

📋 copy color: '#AB12BF'

red 171 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #AB12BF

Tints of Dark Violet #AB12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 45%
G = 4.74%
B = 50.26%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB12BF (or 0xAB12BF) is known color: Dark Violet. HEX triplet: AB, 12 and BF. RGB value is (171,18,191). Sum of RGB (Red+Green+Blue) = 171+18+191=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BF is #54ED40. Grayscale: #525252. Windows color (decimal): -5565761 or 12522155. OLE color: 12522155.

HSL color Cylindrical-coordinate representation of color #AB12BF: hue angle of 293.06º 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 #AB12BF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 18 191 -
CMYK 0.10 0.91 0 0.25
HSL 293.06º 0.83% 0.41% -
HSV(B) 293.06º 0.91% 0.75% -
XYZ 26.41 12.85 50.38 -
YUV 83.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 171 18 191 0.10 0.91 0 0.25 293.06 0.83 0.41
Hex AB 12 BF A 5B 0 19 125 53 29
Octal 253 22 277 12 133 0 31 445 123 51
Binary 10101011 10010 10111111 1010 1011011 0 11001 100100101 1010011 101001

Color Harmonies of #AB12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12BF

Black with #AB12BF

Text Example


Text Example

White with #AB12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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