Html Css Color HEX #AB16CC Dark Violet

📋 copy color: '#AB16CC'

red 171 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #AB16CC

Tints of Dark Violet #AB16CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.54%

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

R = 43.07%
G = 5.54%
B = 51.39%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB16CC (or 0xAB16CC) is known color: Dark Violet. HEX triplet: AB, 16 and CC. RGB value is (171,22,204). Sum of RGB (Red+Green+Blue) = 171+22+204=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB16CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16CC is #54E933. Grayscale: #565656. Windows color (decimal): -5564724 or 13375147. OLE color: 13375147.

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

Color convert

RGB 171 22 204 -
CMYK 0.16 0.89 0 0.2
HSL 289.12º 0.81% 0.44% -
HSV(B) 289.12º 0.89% 0.8% -
XYZ 27.98 13.59 58.28 -
YUV 87.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 171 22 204 0.16 0.89 0 0.2 289.12 0.81 0.44
Hex AB 16 CC 10 59 0 14 121 51 2C
Octal 253 26 314 20 131 0 24 441 121 54
Binary 10101011 10110 11001100 10000 1011001 0 10100 100100001 1010001 101100

Color Harmonies of #AB16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16CC

Black with #AB16CC

Text Example


Text Example

White with #AB16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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