Html Css Color HEX #A52396 Medium Red Violet

📋 copy color: '#A52396'

red 165 ◦ green 35 ◦ blue 150

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

Shades of Medium Red Violet #A52396

Tints of Medium Red Violet #A52396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

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

R = 47.14%
G = 10%
B = 42.86%

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

#A52396 (or 0xA52396) is known color: Medium Red Violet. HEX triplet: A5, 23 and 96. RGB value is (165,35,150). Sum of RGB (Red+Green+Blue) = 165+35+150=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A52396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52396 is #5ADC69. Grayscale: #565656. Windows color (decimal): -5954666 or 9839525. OLE color: 9839525.

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

Color convert

RGB 165 35 150 -
CMYK 0 0.79 0.09 0.35
HSL 306.92º 0.65% 0.39% -
HSV(B) 306.92º 0.79% 0.65% -
XYZ 21.62 11.4 29.92 -
YUV 86.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 165 35 150 0 0.79 0.09 0.35 306.92 0.65 0.39
Hex A5 23 96 0 4F 9 23 133 41 27
Octal 245 43 226 0 117 11 43 463 101 47
Binary 10100101 100011 10010110 0 1001111 1001 100011 100110011 1000001 100111

Color Harmonies of #A52396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52396

Black with #A52396

Text Example


Text Example

White with #A52396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52396; }

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

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

background-color css

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

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

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

border-color css

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

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

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