Html Css Color HEX #AB4497 Medium Red Violet

📋 copy color: '#AB4497'

red 171 ◦ green 68 ◦ blue 151

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

Shades of Medium Red Violet #AB4497

Tints of Medium Red Violet #AB4497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 43.85%
G = 17.44%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB4497 (or 0xAB4497) is known color: Medium Red Violet. HEX triplet: AB, 44 and 97. RGB value is (171,68,151). Sum of RGB (Red+Green+Blue) = 171+68+151=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4497 is #54BB68. Grayscale: #6C6C6C. Windows color (decimal): -5553001 or 9913515. OLE color: 9913515.

HSL color Cylindrical-coordinate representation of color #AB4497: hue angle of 311.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4497 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 151 -
CMYK 0 0.60 0.12 0.33
HSL 311.65º 0.43% 0.47% -
HSV(B) 311.65º 0.6% 0.67% -
XYZ 24.45 15.03 30.89 -
YUV 108.26 152.12 172.75 -
System Red Green Blue C M Y K H S L
Decimal 171 68 151 0 0.60 0.12 0.33 311.65 0.43 0.47
Hex AB 44 97 0 3C C 21 138 2B 2F
Octal 253 104 227 0 74 14 41 470 53 57
Binary 10101011 1000100 10010111 0 111100 1100 100001 100111000 101011 101111

Color Harmonies of #AB4497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4497

Black with #AB4497

Text Example


Text Example

White with #AB4497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4497; }

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

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

background-color css

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

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

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

border-color css

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

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

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