Html Css Color HEX #AB11BF Dark Violet

📋 copy color: '#AB11BF'

red 171 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #AB11BF

Tints of Dark Violet #AB11BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.49%

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

R = 45.12%
G = 4.49%
B = 50.4%

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

#AB11BF (or 0xAB11BF) is known color: Dark Violet. HEX triplet: AB, 11 and BF. RGB value is (171,17,191). Sum of RGB (Red+Green+Blue) = 171+17+191=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB11BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11BF is #54EE40. Grayscale: #525252. Windows color (decimal): -5566017 or 12521899. OLE color: 12521899.

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

Color convert

RGB 171 17 191 -
CMYK 0.10 0.91 0 0.25
HSL 293.1º 0.84% 0.41% -
HSV(B) 293.1º 0.91% 0.75% -
XYZ 26.4 12.82 50.37 -
YUV 82.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 171 17 191 0.10 0.91 0 0.25 293.1 0.84 0.41
Hex AB 11 BF A 5B 0 19 125 54 29
Octal 253 21 277 12 133 0 31 445 124 51
Binary 10101011 10001 10111111 1010 1011011 0 11001 100100101 1010100 101001

Color Harmonies of #AB11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11BF

Black with #AB11BF

Text Example


Text Example

White with #AB11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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