Html Css Color HEX #A52076 Medium Red Violet

📋 copy color: '#A52076'

red 165 ◦ green 32 ◦ blue 118

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

Shades of Medium Red Violet #A52076

Tints of Medium Red Violet #A52076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 52.38%
G = 10.16%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A52076 (or 0xA52076) is known color: Medium Red Violet. HEX triplet: A5, 20 and 76. RGB value is (165,32,118). Sum of RGB (Red+Green+Blue) = 165+32+118=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A52076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52076 is #5ADF89. Grayscale: #515151. Windows color (decimal): -5955466 or 7741605. OLE color: 7741605.

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

Color convert

RGB 165 32 118 -
CMYK 0 0.81 0.28 0.35
HSL 321.2º 0.68% 0.39% -
HSV(B) 321.2º 0.81% 0.65% -
XYZ 19.3 10.34 18.12 -
YUV 81.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 165 32 118 0 0.81 0.28 0.35 321.2 0.68 0.39
Hex A5 20 76 0 51 1C 23 141 44 27
Octal 245 40 166 0 121 34 43 501 104 47
Binary 10100101 100000 1110110 0 1010001 11100 100011 101000001 1000100 100111

Color Harmonies of #A52076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52076

Black with #A52076

Text Example


Text Example

White with #A52076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52076; }

 p { color: rgb(165,32,118); }

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

background-color css

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

 a { background-color: rgb(165,32,118); }

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

border-color css

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

 span { border-color: rgb(165,32,118); }

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