Html Css Color HEX #AB11BD Dark Violet

📋 copy color: '#AB11BD'

red 171 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #AB11BD

Tints of Dark Violet #AB11BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 45.36%
G = 4.51%
B = 50.13%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB11BD (or 0xAB11BD) is known color: Dark Violet. HEX triplet: AB, 11 and BD. RGB value is (171,17,189). Sum of RGB (Red+Green+Blue) = 171+17+189=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11BD is #54EE42. Grayscale: #525252. Windows color (decimal): -5566019 or 12390827. OLE color: 12390827.

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

Color convert

RGB 171 17 189 -
CMYK 0.10 0.91 0 0.26
HSL 293.72º 0.83% 0.4% -
HSV(B) 293.72º 0.91% 0.74% -
XYZ 26.18 12.73 49.22 -
YUV 82.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 171 17 189 0.10 0.91 0 0.26 293.72 0.83 0.4
Hex AB 11 BD A 5B 0 1A 126 53 28
Octal 253 21 275 12 133 0 32 446 123 50
Binary 10101011 10001 10111101 1010 1011011 0 11010 100100110 1010011 101000

Color Harmonies of #AB11BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11BD

Black with #AB11BD

Text Example


Text Example

White with #AB11BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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