Html Css Color HEX #AB11BC Dark Violet

📋 copy color: '#AB11BC'

red 171 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #AB11BC

Tints of Dark Violet #AB11BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 45.48%
G = 4.52%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB11BC (or 0xAB11BC) is known color: Dark Violet. HEX triplet: AB, 11 and BC. RGB value is (171,17,188). Sum of RGB (Red+Green+Blue) = 171+17+188=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB11BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11BC is #54EE43. Grayscale: #525252. Windows color (decimal): -5566020 or 12325291. OLE color: 12325291.

HSL color Cylindrical-coordinate representation of color #AB11BC: hue angle of 294.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB11BC is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 17 188 -
CMYK 0.09 0.91 0 0.26
HSL 294.04º 0.83% 0.4% -
HSV(B) 294.04º 0.91% 0.74% -
XYZ 26.07 12.69 48.65 -
YUV 82.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 171 17 188 0.09 0.91 0 0.26 294.04 0.83 0.4
Hex AB 11 BC 9 5B 0 1A 126 53 28
Octal 253 21 274 11 133 0 32 446 123 50
Binary 10101011 10001 10111100 1001 1011011 0 11010 100100110 1010011 101000

Color Harmonies of #AB11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11BC

Black with #AB11BC

Text Example


Text Example

White with #AB11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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