Html Css Color HEX #A52296 Medium Red Violet

📋 copy color: '#A52296'

red 165 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #A52296

Tints of Medium Red Violet #A52296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.74%

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

R = 47.28%
G = 9.74%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A52296 (or 0xA52296) is known color: Medium Red Violet. HEX triplet: A5, 22 and 96. RGB value is (165,34,150). Sum of RGB (Red+Green+Blue) = 165+34+150=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52296 is #5ADD69. Grayscale: #565656. Windows color (decimal): -5954922 or 9839269. OLE color: 9839269.

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

Color convert

RGB 165 34 150 -
CMYK 0 0.79 0.09 0.35
HSL 306.87º 0.66% 0.39% -
HSV(B) 306.87º 0.79% 0.65% -
XYZ 21.59 11.35 29.91 -
YUV 86.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 165 34 150 0 0.79 0.09 0.35 306.87 0.66 0.39
Hex A5 22 96 0 4F 9 23 133 42 27
Octal 245 42 226 0 117 11 43 463 102 47
Binary 10100101 100010 10010110 0 1001111 1001 100011 100110011 1000010 100111

Color Harmonies of #A52296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52296

Black with #A52296

Text Example


Text Example

White with #A52296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52296; }

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

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

background-color css

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

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

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

border-color css

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

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

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