Html Css Color HEX #A52277 Medium Red Violet

📋 copy color: '#A52277'

red 165 ◦ green 34 ◦ blue 119

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

Shades of Medium Red Violet #A52277

Tints of Medium Red Violet #A52277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

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

R = 51.89%
G = 10.69%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A52277 (or 0xA52277) is known color: Medium Red Violet. HEX triplet: A5, 22 and 77. RGB value is (165,34,119). Sum of RGB (Red+Green+Blue) = 165+34+119=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A52277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52277 is #5ADD88. Grayscale: #525252. Windows color (decimal): -5954953 or 7807653. OLE color: 7807653.

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

Color convert

RGB 165 34 119 -
CMYK 0 0.79 0.28 0.35
HSL 321.07º 0.66% 0.39% -
HSV(B) 321.07º 0.79% 0.65% -
XYZ 19.42 10.48 18.45 -
YUV 82.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 165 34 119 0 0.79 0.28 0.35 321.07 0.66 0.39
Hex A5 22 77 0 4F 1C 23 141 42 27
Octal 245 42 167 0 117 34 43 501 102 47
Binary 10100101 100010 1110111 0 1001111 11100 100011 101000001 1000010 100111

Color Harmonies of #A52277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52277

Black with #A52277

Text Example


Text Example

White with #A52277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52277; }

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

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

background-color css

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

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

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

border-color css

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

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

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