Html Css Color HEX #A52E9E Medium Red Violet

📋 copy color: '#A52E9E'

red 165 ◦ green 46 ◦ blue 158

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

Shades of Medium Red Violet #A52E9E

Tints of Medium Red Violet #A52E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.47%

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 44.72%
G = 12.47%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A52E9E (or 0xA52E9E) is known color: Medium Red Violet. HEX triplet: A5, 2E and 9E. RGB value is (165,46,158). Sum of RGB (Red+Green+Blue) = 165+46+158=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52E9E is #5AD161. Grayscale: #5E5E5E. Windows color (decimal): -5951842 or 10366629. OLE color: 10366629.

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

Color convert

RGB 165 46 158 -
CMYK 0 0.72 0.04 0.35
HSL 303.53º 0.56% 0.41% -
HSV(B) 303.53º 0.72% 0.65% -
XYZ 22.67 12.42 33.55 -
YUV 94.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 165 46 158 0 0.72 0.04 0.35 303.53 0.56 0.41
Hex A5 2E 9E 0 48 4 23 130 38 29
Octal 245 56 236 0 110 4 43 460 70 51
Binary 10100101 101110 10011110 0 1001000 100 100011 100110000 111000 101001

Color Harmonies of #A52E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52E9E

Black with #A52E9E

Text Example


Text Example

White with #A52E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52E9E; }

 p { color: rgb(165,46,158); }

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

background-color css

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

 a { background-color: rgb(165,46,158); }

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

border-color css

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

 span { border-color: rgb(165,46,158); }

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