Html Css Color HEX #AB2197 Medium Red Violet

📋 copy color: '#AB2197'

red 171 ◦ green 33 ◦ blue 151

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

Shades of Medium Red Violet #AB2197

Tints of Medium Red Violet #AB2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.3%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 48.17%
G = 9.3%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB2197 (or 0xAB2197) is known color: Medium Red Violet. HEX triplet: AB, 21 and 97. RGB value is (171,33,151). Sum of RGB (Red+Green+Blue) = 171+33+151=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2197 is #54DE68. Grayscale: #575757. Windows color (decimal): -5561961 or 9904555. OLE color: 9904555.

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

Color convert

RGB 171 33 151 -
CMYK 0 0.81 0.12 0.33
HSL 308.7º 0.68% 0.4% -
HSV(B) 308.7º 0.81% 0.67% -
XYZ 22.92 11.98 30.38 -
YUV 87.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 171 33 151 0 0.81 0.12 0.33 308.7 0.68 0.4
Hex AB 21 97 0 51 C 21 135 44 28
Octal 253 41 227 0 121 14 41 465 104 50
Binary 10101011 100001 10010111 0 1010001 1100 100001 100110101 1000100 101000

Color Harmonies of #AB2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2197

Black with #AB2197

Text Example


Text Example

White with #AB2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2197; }

 p { color: rgb(171,33,151); }

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

background-color css

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

 a { background-color: rgb(171,33,151); }

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

border-color css

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

 span { border-color: rgb(171,33,151); }

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