Html Css Color HEX #A52098 Medium Red Violet

📋 copy color: '#A52098'

red 165 ◦ green 32 ◦ blue 152

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

Shades of Medium Red Violet #A52098

Tints of Medium Red Violet #A52098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 47.28%
G = 9.17%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A52098 (or 0xA52098) is known color: Medium Red Violet. HEX triplet: A5, 20 and 98. RGB value is (165,32,152). Sum of RGB (Red+Green+Blue) = 165+32+152=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52098 is #5ADF67. Grayscale: #555555. Windows color (decimal): -5955432 or 9969829. OLE color: 9969829.

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

Color convert

RGB 165 32 152 -
CMYK 0 0.81 0.08 0.35
HSL 305.86º 0.68% 0.39% -
HSV(B) 305.86º 0.81% 0.65% -
XYZ 21.7 11.3 30.74 -
YUV 85.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 165 32 152 0 0.81 0.08 0.35 305.86 0.68 0.39
Hex A5 20 98 0 51 8 23 132 44 27
Octal 245 40 230 0 121 10 43 462 104 47
Binary 10100101 100000 10011000 0 1010001 1000 100011 100110010 1000100 100111

Color Harmonies of #A52098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52098

Black with #A52098

Text Example


Text Example

White with #A52098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52098; }

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

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

background-color css

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

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

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

border-color css

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

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

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