Html Css Color HEX #A52499 Medium Red Violet

📋 copy color: '#A52499'

red 165 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #A52499

Tints of Medium Red Violet #A52499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 46.61%
G = 10.17%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A52499 (or 0xA52499) is known color: Medium Red Violet. HEX triplet: A5, 24 and 99. RGB value is (165,36,153). Sum of RGB (Red+Green+Blue) = 165+36+153=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A52499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52499 is #5ADB66. Grayscale: #575757. Windows color (decimal): -5954407 or 10036389. OLE color: 10036389.

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

Color convert

RGB 165 36 153 -
CMYK 0 0.78 0.07 0.35
HSL 305.58º 0.64% 0.39% -
HSV(B) 305.58º 0.78% 0.65% -
XYZ 21.9 11.56 31.21 -
YUV 87.91 164.74 182.99 -
System Red Green Blue C M Y K H S L
Decimal 165 36 153 0 0.78 0.07 0.35 305.58 0.64 0.39
Hex A5 24 99 0 4E 7 23 132 40 27
Octal 245 44 231 0 116 7 43 462 100 47
Binary 10100101 100100 10011001 0 1001110 111 100011 100110010 1000000 100111

Color Harmonies of #A52499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52499

Black with #A52499

Text Example


Text Example

White with #A52499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52499; }

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

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

background-color css

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

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

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

border-color css

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

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

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