Html Css Color HEX #A52C92 Medium Red Violet

📋 copy color: '#A52C92'

red 165 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #A52C92

Tints of Medium Red Violet #A52C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.39%

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

R = 46.48%
G = 12.39%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A52C92 (or 0xA52C92) is known color: Medium Red Violet. HEX triplet: A5, 2C and 92. RGB value is (165,44,146). Sum of RGB (Red+Green+Blue) = 165+44+146=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52C92 is #5AD36D. Grayscale: #5B5B5B. Windows color (decimal): -5952366 or 9579685. OLE color: 9579685.

HSL color Cylindrical-coordinate representation of color #A52C92: hue angle of 309.42º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52C92 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 146 -
CMYK 0 0.73 0.12 0.35
HSL 309.42º 0.58% 0.41% -
HSV(B) 309.42º 0.73% 0.65% -
XYZ 21.61 11.88 28.35 -
YUV 91.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 165 44 146 0 0.73 0.12 0.35 309.42 0.58 0.41
Hex A5 2C 92 0 49 C 23 135 3A 29
Octal 245 54 222 0 111 14 43 465 72 51
Binary 10100101 101100 10010010 0 1001001 1100 100011 100110101 111010 101001

Color Harmonies of #A52C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C92

Black with #A52C92

Text Example


Text Example

White with #A52C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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