Html Css Color HEX #AB4795 Medium Red Violet

📋 copy color: '#AB4795'

red 171 ◦ green 71 ◦ blue 149

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

Shades of Medium Red Violet #AB4795

Tints of Medium Red Violet #AB4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 43.73%
G = 18.16%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB4795 (or 0xAB4795) is known color: Medium Red Violet. HEX triplet: AB, 47 and 95. RGB value is (171,71,149). Sum of RGB (Red+Green+Blue) = 171+71+149=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4795 is #54B86A. Grayscale: #6D6D6D. Windows color (decimal): -5552235 or 9783211. OLE color: 9783211.

HSL color Cylindrical-coordinate representation of color #AB4795: hue angle of 313.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4795 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 149 -
CMYK 0 0.58 0.13 0.33
HSL 313.2º 0.41% 0.47% -
HSV(B) 313.2º 0.58% 0.67% -
XYZ 24.47 15.33 30.1 -
YUV 109.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 171 71 149 0 0.58 0.13 0.33 313.2 0.41 0.47
Hex AB 47 95 0 3A D 21 139 29 2F
Octal 253 107 225 0 72 15 41 471 51 57
Binary 10101011 1000111 10010101 0 111010 1101 100001 100111001 101001 101111

Color Harmonies of #AB4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4795

Black with #AB4795

Text Example


Text Example

White with #AB4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4795; }

 p { color: rgb(171,71,149); }

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

background-color css

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

 a { background-color: rgb(171,71,149); }

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

border-color css

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

 span { border-color: rgb(171,71,149); }

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