Html Css Color HEX #A52297 Medium Red Violet

📋 copy color: '#A52297'

red 165 ◦ green 34 ◦ blue 151

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

Shades of Medium Red Violet #A52297

Tints of Medium Red Violet #A52297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 47.14%
G = 9.71%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A52297 (or 0xA52297) is known color: Medium Red Violet. HEX triplet: A5, 22 and 97. RGB value is (165,34,151). Sum of RGB (Red+Green+Blue) = 165+34+151=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A52297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52297 is #5ADD68. Grayscale: #565656. Windows color (decimal): -5954921 or 9904805. OLE color: 9904805.

HSL color Cylindrical-coordinate representation of color #A52297: hue angle of 306.41º 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 #A52297 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 34 151 -
CMYK 0 0.79 0.08 0.35
HSL 306.41º 0.66% 0.39% -
HSV(B) 306.41º 0.79% 0.65% -
XYZ 21.67 11.38 30.33 -
YUV 86.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 165 34 151 0 0.79 0.08 0.35 306.41 0.66 0.39
Hex A5 22 97 0 4F 8 23 132 42 27
Octal 245 42 227 0 117 10 43 462 102 47
Binary 10100101 100010 10010111 0 1001111 1000 100011 100110010 1000010 100111

Color Harmonies of #A52297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52297

Black with #A52297

Text Example


Text Example

White with #A52297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52297; }

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

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

background-color css

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

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

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

border-color css

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

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

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