Html Css Color HEX #A52195 Medium Red Violet

📋 copy color: '#A52195'

red 165 ◦ green 33 ◦ blue 149

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

Shades of Medium Red Violet #A52195

Tints of Medium Red Violet #A52195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 47.55%
G = 9.51%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A52195 (or 0xA52195) is known color: Medium Red Violet. HEX triplet: A5, 21 and 95. RGB value is (165,33,149). Sum of RGB (Red+Green+Blue) = 165+33+149=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A52195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52195 is #5ADE6A. Grayscale: #555555. Windows color (decimal): -5955179 or 9773477. OLE color: 9773477.

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

Color convert

RGB 165 33 149 -
CMYK 0 0.8 0.10 0.35
HSL 307.27º 0.67% 0.39% -
HSV(B) 307.27º 0.8% 0.65% -
XYZ 21.49 11.26 29.47 -
YUV 85.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 165 33 149 0 0.8 0.10 0.35 307.27 0.67 0.39
Hex A5 21 95 0 50 A 23 133 43 27
Octal 245 41 225 0 120 12 43 463 103 47
Binary 10100101 100001 10010101 0 1010000 1010 100011 100110011 1000011 100111

Color Harmonies of #A52195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52195

Black with #A52195

Text Example


Text Example

White with #A52195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52195; }

 p { color: rgb(165,33,149); }

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

background-color css

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

 a { background-color: rgb(165,33,149); }

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

border-color css

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

 span { border-color: rgb(165,33,149); }

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