Html Css Color HEX #A52198 Medium Red Violet

📋 copy color: '#A52198'

red 165 ◦ green 33 ◦ blue 152

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

Shades of Medium Red Violet #A52198

Tints of Medium Red Violet #A52198

RGB

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

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

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

R = 47.14%
G = 9.43%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A52198 (or 0xA52198) is known color: Medium Red Violet. HEX triplet: A5, 21 and 98. RGB value is (165,33,152). Sum of RGB (Red+Green+Blue) = 165+33+152=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A52198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52198 is #5ADE67. Grayscale: #555555. Windows color (decimal): -5955176 or 9970085. OLE color: 9970085.

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

Color convert

RGB 165 33 152 -
CMYK 0 0.8 0.08 0.35
HSL 305.91º 0.67% 0.39% -
HSV(B) 305.91º 0.8% 0.65% -
XYZ 21.73 11.35 30.75 -
YUV 86.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 165 33 152 0 0.8 0.08 0.35 305.91 0.67 0.39
Hex A5 21 98 0 50 8 23 132 43 27
Octal 245 41 230 0 120 10 43 462 103 47
Binary 10100101 100001 10011000 0 1010000 1000 100011 100110010 1000011 100111

Color Harmonies of #A52198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52198

Black with #A52198

Text Example


Text Example

White with #A52198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52198; }

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

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

background-color css

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

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

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

border-color css

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

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

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