Html Css Color HEX #AB4785 Medium Red Violet

📋 copy color: '#AB4785'

red 171 ◦ green 71 ◦ blue 133

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

Shades of Medium Red Violet #AB4785

Tints of Medium Red Violet #AB4785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 45.6%
G = 18.93%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB4785 (or 0xAB4785) is known color: Medium Red Violet. HEX triplet: AB, 47 and 85. RGB value is (171,71,133). Sum of RGB (Red+Green+Blue) = 171+71+133=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4785 is #54B87A. Grayscale: #6B6B6B. Windows color (decimal): -5552251 or 8734635. OLE color: 8734635.

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

Color convert

RGB 171 71 133 -
CMYK 0 0.58 0.22 0.33
HSL 322.8º 0.41% 0.47% -
HSV(B) 322.8º 0.58% 0.67% -
XYZ 23.28 14.86 23.83 -
YUV 107.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 171 71 133 0 0.58 0.22 0.33 322.8 0.41 0.47
Hex AB 47 85 0 3A 16 21 143 29 2F
Octal 253 107 205 0 72 26 41 503 51 57
Binary 10101011 1000111 10000101 0 111010 10110 100001 101000011 101001 101111

Color Harmonies of #AB4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4785

Black with #AB4785

Text Example


Text Example

White with #AB4785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4785; }

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

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

background-color css

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

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

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

border-color css

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

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

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