Html Css Color HEX #A52498 Medium Red Violet

📋 copy color: '#A52498'

red 165 ◦ green 36 ◦ blue 152

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

Shades of Medium Red Violet #A52498

Tints of Medium Red Violet #A52498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 152 (59.77% from 255) = 43.06%

R = 46.74%
G = 10.2%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A52498 (or 0xA52498) is known color: Medium Red Violet. HEX triplet: A5, 24 and 98. RGB value is (165,36,152). Sum of RGB (Red+Green+Blue) = 165+36+152=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A52498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52498 is #5ADB67. Grayscale: #575757. Windows color (decimal): -5954408 or 9970853. OLE color: 9970853.

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

Color convert

RGB 165 36 152 -
CMYK 0 0.78 0.08 0.35
HSL 306.05º 0.64% 0.39% -
HSV(B) 306.05º 0.78% 0.65% -
XYZ 21.82 11.53 30.78 -
YUV 87.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 165 36 152 0 0.78 0.08 0.35 306.05 0.64 0.39
Hex A5 24 98 0 4E 8 23 132 40 27
Octal 245 44 230 0 116 10 43 462 100 47
Binary 10100101 100100 10011000 0 1001110 1000 100011 100110010 1000000 100111

Color Harmonies of #A52498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52498

Black with #A52498

Text Example


Text Example

White with #A52498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52498; }

 p { color: rgb(165,36,152); }

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

background-color css

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

 a { background-color: rgb(165,36,152); }

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

border-color css

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

 span { border-color: rgb(165,36,152); }

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