Html Css Color HEX #A52C9F Medium Red Violet

📋 copy color: '#A52C9F'

red 165 ◦ green 44 ◦ blue 159

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

Shades of Medium Red Violet #A52C9F

Tints of Medium Red Violet #A52C9F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

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

R = 44.84%
G = 11.96%
B = 43.21%

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

#A52C9F (or 0xA52C9F) is known color: Medium Red Violet. HEX triplet: A5, 2C and 9F. RGB value is (165,44,159). Sum of RGB (Red+Green+Blue) = 165+44+159=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52C9F is #5AD360. Grayscale: #5C5C5C. Windows color (decimal): -5952353 or 10431653. OLE color: 10431653.

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

Color convert

RGB 165 44 159 -
CMYK 0 0.73 0.04 0.35
HSL 302.98º 0.58% 0.41% -
HSV(B) 302.98º 0.73% 0.65% -
XYZ 22.68 12.3 33.98 -
YUV 93.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 165 44 159 0 0.73 0.04 0.35 302.98 0.58 0.41
Hex A5 2C 9F 0 49 4 23 12F 3A 29
Octal 245 54 237 0 111 4 43 457 72 51
Binary 10100101 101100 10011111 0 1001001 100 100011 100101111 111010 101001

Color Harmonies of #A52C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C9F

Black with #A52C9F

Text Example


Text Example

White with #A52C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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