Html Css Color HEX #AB11CC Dark Violet

📋 copy color: '#AB11CC'

red 171 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #AB11CC

Tints of Dark Violet #AB11CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 43.62%
G = 4.34%
B = 52.04%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB11CC (or 0xAB11CC) is known color: Dark Violet. HEX triplet: AB, 11 and CC. RGB value is (171,17,204). Sum of RGB (Red+Green+Blue) = 171+17+204=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB11CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB11CC is #54EE33. Grayscale: #535353. Windows color (decimal): -5566004 or 13373867. OLE color: 13373867.

HSL color Cylindrical-coordinate representation of color #AB11CC: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB11CC is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 17 204 -
CMYK 0.16 0.92 0 0.2
HSL 289.41º 0.85% 0.43% -
HSV(B) 289.41º 0.92% 0.8% -
XYZ 27.89 13.42 58.25 -
YUV 84.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 171 17 204 0.16 0.92 0 0.2 289.41 0.85 0.43
Hex AB 11 CC 10 5C 0 14 121 55 2B
Octal 253 21 314 20 134 0 24 441 125 53
Binary 10101011 10001 11001100 10000 1011100 0 10100 100100001 1010101 101011

Color Harmonies of #AB11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11CC

Black with #AB11CC

Text Example


Text Example

White with #AB11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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