Html Css Color HEX #AB3479 Medium Red Violet

📋 copy color: '#AB3479'

red 171 ◦ green 52 ◦ blue 121

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

Shades of Medium Red Violet #AB3479

Tints of Medium Red Violet #AB3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 49.71%
G = 15.12%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB3479 (or 0xAB3479) is known color: Medium Red Violet. HEX triplet: AB, 34 and 79. RGB value is (171,52,121). Sum of RGB (Red+Green+Blue) = 171+52+121=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3479 is #54CB86. Grayscale: #5F5F5F. Windows color (decimal): -5557127 or 7943339. OLE color: 7943339.

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

Color convert

RGB 171 52 121 -
CMYK 0 0.70 0.29 0.33
HSL 325.21º 0.53% 0.44% -
HSV(B) 325.21º 0.7% 0.67% -
XYZ 21.47 12.49 19.37 -
YUV 95.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 171 52 121 0 0.70 0.29 0.33 325.21 0.53 0.44
Hex AB 34 79 0 46 1D 21 145 35 2C
Octal 253 64 171 0 106 35 41 505 65 54
Binary 10101011 110100 1111001 0 1000110 11101 100001 101000101 110101 101100

Color Harmonies of #AB3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3479

Black with #AB3479

Text Example


Text Example

White with #AB3479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3479; }

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

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

background-color css

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

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

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

border-color css

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

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

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