Html Css Color HEX #A52095 Medium Red Violet

📋 copy color: '#A52095'

red 165 ◦ green 32 ◦ blue 149

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

Shades of Medium Red Violet #A52095

Tints of Medium Red Violet #A52095

RGB

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

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

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

R = 47.69%
G = 9.25%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A52095 (or 0xA52095) is known color: Medium Red Violet. HEX triplet: A5, 20 and 95. RGB value is (165,32,149). Sum of RGB (Red+Green+Blue) = 165+32+149=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52095 is #5ADF6A. Grayscale: #545454. Windows color (decimal): -5955435 or 9773221. OLE color: 9773221.

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

Color convert

RGB 165 32 149 -
CMYK 0 0.81 0.10 0.35
HSL 307.22º 0.68% 0.39% -
HSV(B) 307.22º 0.81% 0.65% -
XYZ 21.46 11.2 29.47 -
YUV 85.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 165 32 149 0 0.81 0.10 0.35 307.22 0.68 0.39
Hex A5 20 95 0 51 A 23 133 44 27
Octal 245 40 225 0 121 12 43 463 104 47
Binary 10100101 100000 10010101 0 1010001 1010 100011 100110011 1000100 100111

Color Harmonies of #A52095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52095

Black with #A52095

Text Example


Text Example

White with #A52095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52095; }

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

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

background-color css

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

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

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

border-color css

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

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

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