Html Css Color HEX #A52293 Medium Red Violet

📋 copy color: '#A52293'

red 165 ◦ green 34 ◦ blue 147

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

Shades of Medium Red Violet #A52293

Tints of Medium Red Violet #A52293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 47.69%
G = 9.83%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A52293 (or 0xA52293) is known color: Medium Red Violet. HEX triplet: A5, 22 and 93. RGB value is (165,34,147). Sum of RGB (Red+Green+Blue) = 165+34+147=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A52293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52293 is #5ADD6C. Grayscale: #555555. Windows color (decimal): -5954925 or 9642661. OLE color: 9642661.

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

Color convert

RGB 165 34 147 -
CMYK 0 0.79 0.11 0.35
HSL 308.24º 0.66% 0.39% -
HSV(B) 308.24º 0.79% 0.65% -
XYZ 21.36 11.25 28.65 -
YUV 86.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 165 34 147 0 0.79 0.11 0.35 308.24 0.66 0.39
Hex A5 22 93 0 4F B 23 134 42 27
Octal 245 42 223 0 117 13 43 464 102 47
Binary 10100101 100010 10010011 0 1001111 1011 100011 100110100 1000010 100111

Color Harmonies of #A52293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52293

Black with #A52293

Text Example


Text Example

White with #A52293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52293; }

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

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

background-color css

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

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

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

border-color css

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

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

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