Html Css Color HEX #AB3476 Medium Red Violet

📋 copy color: '#AB3476'

red 171 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #AB3476

Tints of Medium Red Violet #AB3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 50.15%
G = 15.25%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB3476 (or 0xAB3476) is known color: Medium Red Violet. HEX triplet: AB, 34 and 76. RGB value is (171,52,118). Sum of RGB (Red+Green+Blue) = 171+52+118=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3476 is #54CB89. Grayscale: #5E5E5E. Windows color (decimal): -5557130 or 7746731. OLE color: 7746731.

HSL color Cylindrical-coordinate representation of color #AB3476: hue angle of 326.72º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3476 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 118 -
CMYK 0 0.70 0.31 0.33
HSL 326.72º 0.53% 0.44% -
HSV(B) 326.72º 0.7% 0.67% -
XYZ 21.29 12.42 18.41 -
YUV 95.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 171 52 118 0 0.70 0.31 0.33 326.72 0.53 0.44
Hex AB 34 76 0 46 1F 21 147 35 2C
Octal 253 64 166 0 106 37 41 507 65 54
Binary 10101011 110100 1110110 0 1000110 11111 100001 101000111 110101 101100

Color Harmonies of #AB3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3476

Black with #AB3476

Text Example


Text Example

White with #AB3476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3476; }

 p { color: rgb(171,52,118); }

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

background-color css

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

 a { background-color: rgb(171,52,118); }

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

border-color css

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

 span { border-color: rgb(171,52,118); }

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