Html Css Color HEX #A52477 Medium Red Violet

📋 copy color: '#A52477'

red 165 ◦ green 36 ◦ blue 119

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

Shades of Medium Red Violet #A52477

Tints of Medium Red Violet #A52477

RGB

 RED value IS 165 (64.84% from 255) = 51.56%

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 51.56%
G = 11.25%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A52477 (or 0xA52477) is known color: Medium Red Violet. HEX triplet: A5, 24 and 77. RGB value is (165,36,119). Sum of RGB (Red+Green+Blue) = 165+36+119=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A52477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52477 is #5ADB88. Grayscale: #535353. Windows color (decimal): -5954441 or 7808165. OLE color: 7808165.

HSL color Cylindrical-coordinate representation of color #A52477: hue angle of 321.4º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52477 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 119 -
CMYK 0 0.78 0.28 0.35
HSL 321.4º 0.64% 0.39% -
HSV(B) 321.4º 0.78% 0.65% -
XYZ 19.48 10.59 18.47 -
YUV 84.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 165 36 119 0 0.78 0.28 0.35 321.4 0.64 0.39
Hex A5 24 77 0 4E 1C 23 141 40 27
Octal 245 44 167 0 116 34 43 501 100 47
Binary 10100101 100100 1110111 0 1001110 11100 100011 101000001 1000000 100111

Color Harmonies of #A52477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52477

Black with #A52477

Text Example


Text Example

White with #A52477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52477; }

 p { color: rgb(165,36,119); }

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

background-color css

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

 a { background-color: rgb(165,36,119); }

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

border-color css

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

 span { border-color: rgb(165,36,119); }

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