Html Css Color HEX #AB11C9 Dark Violet

📋 copy color: '#AB11C9'

red 171 ◦ green 17 ◦ blue 201

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

Shades of Dark Violet #AB11C9

Tints of Dark Violet #AB11C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.67%

R = 43.96%
G = 4.37%
B = 51.67%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB11C9 (or 0xAB11C9) is known color: Dark Violet. HEX triplet: AB, 11 and C9. RGB value is (171,17,201). Sum of RGB (Red+Green+Blue) = 171+17+201=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB11C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11C9 is #54EE36. Grayscale: #535353. Windows color (decimal): -5566007 or 13177259. OLE color: 13177259.

HSL color Cylindrical-coordinate representation of color #AB11C9: hue angle of 290.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11C9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 17 201 -
CMYK 0.15 0.92 0 0.21
HSL 290.22º 0.84% 0.43% -
HSV(B) 290.22º 0.92% 0.79% -
XYZ 27.54 13.28 56.37 -
YUV 84.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 171 17 201 0.15 0.92 0 0.21 290.22 0.84 0.43
Hex AB 11 C9 F 5C 0 15 122 54 2B
Octal 253 21 311 17 134 0 25 442 124 53
Binary 10101011 10001 11001001 1111 1011100 0 10101 100100010 1010100 101011

Color Harmonies of #AB11C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11C9

Black with #AB11C9

Text Example


Text Example

White with #AB11C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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