Html Css Color HEX #A52D9F Medium Red Violet

📋 copy color: '#A52D9F'

red 165 ◦ green 45 ◦ blue 159

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

Shades of Medium Red Violet #A52D9F

Tints of Medium Red Violet #A52D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 44.72%
G = 12.2%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A52D9F (or 0xA52D9F) is known color: Medium Red Violet. HEX triplet: A5, 2D and 9F. RGB value is (165,45,159). Sum of RGB (Red+Green+Blue) = 165+45+159=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52D9F is #5AD260. Grayscale: #5D5D5D. Windows color (decimal): -5952097 or 10431909. OLE color: 10431909.

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

Color convert

RGB 165 45 159 -
CMYK 0 0.73 0.04 0.35
HSL 303º 0.57% 0.41% -
HSV(B) 303º 0.73% 0.65% -
XYZ 22.71 12.38 33.99 -
YUV 93.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 165 45 159 0 0.73 0.04 0.35 303 0.57 0.41
Hex A5 2D 9F 0 49 4 23 12F 39 29
Octal 245 55 237 0 111 4 43 457 71 51
Binary 10100101 101101 10011111 0 1001001 100 100011 100101111 111001 101001

Color Harmonies of #A52D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D9F

Black with #A52D9F

Text Example


Text Example

White with #A52D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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