Html Css Color HEX #A52392 Medium Red Violet

📋 copy color: '#A52392'

red 165 ◦ green 35 ◦ blue 146

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

Shades of Medium Red Violet #A52392

Tints of Medium Red Violet #A52392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 47.69%
G = 10.12%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52392 (or 0xA52392) is known color: Medium Red Violet. HEX triplet: A5, 23 and 92. RGB value is (165,35,146). Sum of RGB (Red+Green+Blue) = 165+35+146=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52392 is #5ADC6D. Grayscale: #565656. Windows color (decimal): -5954670 or 9577381. OLE color: 9577381.

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

Color convert

RGB 165 35 146 -
CMYK 0 0.79 0.12 0.35
HSL 308.77º 0.65% 0.39% -
HSV(B) 308.77º 0.79% 0.65% -
XYZ 21.31 11.28 28.25 -
YUV 86.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 165 35 146 0 0.79 0.12 0.35 308.77 0.65 0.39
Hex A5 23 92 0 4F C 23 135 41 27
Octal 245 43 222 0 117 14 43 465 101 47
Binary 10100101 100011 10010010 0 1001111 1100 100011 100110101 1000001 100111

Color Harmonies of #A52392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52392

Black with #A52392

Text Example


Text Example

White with #A52392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52392; }

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

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

background-color css

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

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

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

border-color css

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

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

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