Html Css Color HEX #AB16CF Dark Violet

📋 copy color: '#AB16CF'

red 171 ◦ green 22 ◦ blue 207

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

Shades of Dark Violet #AB16CF

Tints of Dark Violet #AB16CF

RGB

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

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

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

R = 42.75%
G = 5.5%
B = 51.75%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB16CF (or 0xAB16CF) is known color: Dark Violet. HEX triplet: AB, 16 and CF. RGB value is (171,22,207). Sum of RGB (Red+Green+Blue) = 171+22+207=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB16CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16CF is #54E930. Grayscale: #575757. Windows color (decimal): -5564721 or 13571755. OLE color: 13571755.

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

Color convert

RGB 171 22 207 -
CMYK 0.17 0.89 0 0.19
HSL 288.32º 0.81% 0.45% -
HSV(B) 288.32º 0.89% 0.81% -
XYZ 28.34 13.74 60.19 -
YUV 87.64 195.36 187.46 -
System Red Green Blue C M Y K H S L
Decimal 171 22 207 0.17 0.89 0 0.19 288.32 0.81 0.45
Hex AB 16 CF 11 59 0 13 120 51 2D
Octal 253 26 317 21 131 0 23 440 121 55
Binary 10101011 10110 11001111 10001 1011001 0 10011 100100000 1010001 101101

Color Harmonies of #AB16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16CF

Black with #AB16CF

Text Example


Text Example

White with #AB16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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