Html Css Color HEX #A52D95 Medium Red Violet

📋 copy color: '#A52D95'

red 165 ◦ green 45 ◦ blue 149

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

Shades of Medium Red Violet #A52D95

Tints of Medium Red Violet #A52D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

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

R = 45.96%
G = 12.53%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A52D95 (or 0xA52D95) is known color: Medium Red Violet. HEX triplet: A5, 2D and 95. RGB value is (165,45,149). Sum of RGB (Red+Green+Blue) = 165+45+149=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D95 is #5AD26A. Grayscale: #5C5C5C. Windows color (decimal): -5952107 or 9776549. OLE color: 9776549.

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

Color convert

RGB 165 45 149 -
CMYK 0 0.73 0.10 0.35
HSL 308º 0.57% 0.41% -
HSV(B) 308º 0.73% 0.65% -
XYZ 21.88 12.05 29.61 -
YUV 92.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 165 45 149 0 0.73 0.10 0.35 308 0.57 0.41
Hex A5 2D 95 0 49 A 23 134 39 29
Octal 245 55 225 0 111 12 43 464 71 51
Binary 10100101 101101 10010101 0 1001001 1010 100011 100110100 111001 101001

Color Harmonies of #A52D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D95

Black with #A52D95

Text Example


Text Example

White with #A52D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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