Html Css Color HEX #AB16E1 Dark Violet

📋 copy color: '#AB16E1'

red 171 ◦ green 22 ◦ blue 225

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

Shades of Dark Violet #AB16E1

Tints of Dark Violet #AB16E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.83%

R = 40.91%
G = 5.26%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB16E1 (or 0xAB16E1) is known color: Dark Violet. HEX triplet: AB, 16 and E1. RGB value is (171,22,225). Sum of RGB (Red+Green+Blue) = 171+22+225=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB16E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16E1 is #54E91E. Grayscale: #595959. Windows color (decimal): -5564703 or 14751403. OLE color: 14751403.

HSL color Cylindrical-coordinate representation of color #AB16E1: hue angle of 284.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB16E1 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 22 225 -
CMYK 0.24 0.90 0 0.12
HSL 284.04º 0.82% 0.48% -
HSV(B) 284.04º 0.9% 0.88% -
XYZ 30.67 14.67 72.45 -
YUV 89.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 171 22 225 0.24 0.90 0 0.12 284.04 0.82 0.48
Hex AB 16 E1 18 5A 0 C 11C 52 30
Octal 253 26 341 30 132 0 14 434 122 60
Binary 10101011 10110 11100001 11000 1011010 0 1100 100011100 1010010 110000

Color Harmonies of #AB16E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16E1

Black with #AB16E1

Text Example


Text Example

White with #AB16E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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