Html Css Color HEX #A52199 Medium Red Violet

📋 copy color: '#A52199'

red 165 ◦ green 33 ◦ blue 153

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

Shades of Medium Red Violet #A52199

Tints of Medium Red Violet #A52199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 47.01%
G = 9.4%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A52199 (or 0xA52199) is known color: Medium Red Violet. HEX triplet: A5, 21 and 99. RGB value is (165,33,153). Sum of RGB (Red+Green+Blue) = 165+33+153=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A52199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52199 is #5ADE66. Grayscale: #555555. Windows color (decimal): -5955175 or 10035621. OLE color: 10035621.

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

Color convert

RGB 165 33 153 -
CMYK 0 0.8 0.07 0.35
HSL 305.45º 0.67% 0.39% -
HSV(B) 305.45º 0.8% 0.65% -
XYZ 21.81 11.39 31.19 -
YUV 86.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 165 33 153 0 0.8 0.07 0.35 305.45 0.67 0.39
Hex A5 21 99 0 50 7 23 131 43 27
Octal 245 41 231 0 120 7 43 461 103 47
Binary 10100101 100001 10011001 0 1010000 111 100011 100110001 1000011 100111

Color Harmonies of #A52199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52199

Black with #A52199

Text Example


Text Example

White with #A52199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52199; }

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

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

background-color css

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

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

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

border-color css

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

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

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