Html Css Color HEX #AB1696 Medium Violet Red

📋 copy color: '#AB1696'

red 171 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #AB1696

Tints of Medium Violet Red #AB1696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 49.85%
G = 6.41%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB1696 (or 0xAB1696) is known color: Medium Violet Red. HEX triplet: AB, 16 and 96. RGB value is (171,22,150). Sum of RGB (Red+Green+Blue) = 171+22+150=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1696 is #54E969. Grayscale: #505050. Windows color (decimal): -5564778 or 9836203. OLE color: 9836203.

HSL color Cylindrical-coordinate representation of color #AB1696: hue angle of 308.46º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1696 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 150 -
CMYK 0 0.87 0.12 0.33
HSL 308.46º 0.77% 0.38% -
HSV(B) 308.46º 0.87% 0.67% -
XYZ 22.59 11.43 29.87 -
YUV 81.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 171 22 150 0 0.87 0.12 0.33 308.46 0.77 0.38
Hex AB 16 96 0 57 C 21 134 4D 26
Octal 253 26 226 0 127 14 41 464 115 46
Binary 10101011 10110 10010110 0 1010111 1100 100001 100110100 1001101 100110

Color Harmonies of #AB1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1696

Black with #AB1696

Text Example


Text Example

White with #AB1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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