Html Css Color HEX #AB11CF Dark Violet

📋 copy color: '#AB11CF'

red 171 ◦ green 17 ◦ blue 207

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

Shades of Dark Violet #AB11CF

Tints of Dark Violet #AB11CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 43.29%
G = 4.3%
B = 52.41%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB11CF (or 0xAB11CF) is known color: Dark Violet. HEX triplet: AB, 11 and CF. RGB value is (171,17,207). Sum of RGB (Red+Green+Blue) = 171+17+207=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB11CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11CF is #54EE30. Grayscale: #545454. Windows color (decimal): -5566001 or 13570475. OLE color: 13570475.

HSL color Cylindrical-coordinate representation of color #AB11CF: hue angle of 288.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11CF is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 17 207 -
CMYK 0.17 0.92 0 0.19
HSL 288.63º 0.85% 0.44% -
HSV(B) 288.63º 0.92% 0.81% -
XYZ 28.26 13.56 60.16 -
YUV 84.71 197.02 189.55 -
System Red Green Blue C M Y K H S L
Decimal 171 17 207 0.17 0.92 0 0.19 288.63 0.85 0.44
Hex AB 11 CF 11 5C 0 13 121 55 2C
Octal 253 21 317 21 134 0 23 441 125 54
Binary 10101011 10001 11001111 10001 1011100 0 10011 100100001 1010101 101100

Color Harmonies of #AB11CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11CF

Black with #AB11CF

Text Example


Text Example

White with #AB11CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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