Html Css Color HEX #AB4794 Medium Red Violet

📋 copy color: '#AB4794'

red 171 ◦ green 71 ◦ blue 148

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

Shades of Medium Red Violet #AB4794

Tints of Medium Red Violet #AB4794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 43.85%
G = 18.21%
B = 37.95%

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

#AB4794 (or 0xAB4794) is known color: Medium Red Violet. HEX triplet: AB, 47 and 94. RGB value is (171,71,148). Sum of RGB (Red+Green+Blue) = 171+71+148=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4794 is #54B86B. Grayscale: #6D6D6D. Windows color (decimal): -5552236 or 9717675. OLE color: 9717675.

HSL color Cylindrical-coordinate representation of color #AB4794: hue angle of 313.8º 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 #AB4794 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 148 -
CMYK 0 0.58 0.13 0.33
HSL 313.8º 0.41% 0.47% -
HSV(B) 313.8º 0.58% 0.67% -
XYZ 24.39 15.3 29.69 -
YUV 109.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 171 71 148 0 0.58 0.13 0.33 313.8 0.41 0.47
Hex AB 47 94 0 3A D 21 13A 29 2F
Octal 253 107 224 0 72 15 41 472 51 57
Binary 10101011 1000111 10010100 0 111010 1101 100001 100111010 101001 101111

Color Harmonies of #AB4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4794

Black with #AB4794

Text Example


Text Example

White with #AB4794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4794; }

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

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

background-color css

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

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

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

border-color css

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

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

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