Html Css Color HEX #A52096 Medium Red Violet

📋 copy color: '#A52096'

red 165 ◦ green 32 ◦ blue 150

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

Shades of Medium Red Violet #A52096

Tints of Medium Red Violet #A52096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.23%

R = 47.55%
G = 9.22%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A52096 (or 0xA52096) is known color: Medium Red Violet. HEX triplet: A5, 20 and 96. RGB value is (165,32,150). Sum of RGB (Red+Green+Blue) = 165+32+150=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A52096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52096 is #5ADF69. Grayscale: #545454. Windows color (decimal): -5955434 or 9838757. OLE color: 9838757.

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

Color convert

RGB 165 32 150 -
CMYK 0 0.81 0.09 0.35
HSL 306.77º 0.68% 0.39% -
HSV(B) 306.77º 0.81% 0.65% -
XYZ 21.54 11.23 29.89 -
YUV 85.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 165 32 150 0 0.81 0.09 0.35 306.77 0.68 0.39
Hex A5 20 96 0 51 9 23 133 44 27
Octal 245 40 226 0 121 11 43 463 104 47
Binary 10100101 100000 10010110 0 1010001 1001 100011 100110011 1000100 100111

Color Harmonies of #A52096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52096

Black with #A52096

Text Example


Text Example

White with #A52096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52096; }

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

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

background-color css

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

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

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

border-color css

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

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

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