Html Css Color HEX #A52593 Medium Red Violet

📋 copy color: '#A52593'

red 165 ◦ green 37 ◦ blue 147

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

Shades of Medium Red Violet #A52593

Tints of Medium Red Violet #A52593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 47.28%
G = 10.6%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A52593 (or 0xA52593) is known color: Medium Red Violet. HEX triplet: A5, 25 and 93. RGB value is (165,37,147). Sum of RGB (Red+Green+Blue) = 165+37+147=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A52593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52593 is #5ADA6C. Grayscale: #575757. Windows color (decimal): -5954157 or 9643429. OLE color: 9643429.

HSL color Cylindrical-coordinate representation of color #A52593: hue angle of 308.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52593 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 147 -
CMYK 0 0.78 0.11 0.35
HSL 308.44º 0.63% 0.4% -
HSV(B) 308.44º 0.78% 0.65% -
XYZ 21.45 11.43 28.68 -
YUV 87.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 165 37 147 0 0.78 0.11 0.35 308.44 0.63 0.4
Hex A5 25 93 0 4E B 23 134 3F 28
Octal 245 45 223 0 116 13 43 464 77 50
Binary 10100101 100101 10010011 0 1001110 1011 100011 100110100 111111 101000

Color Harmonies of #A52593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52593

Black with #A52593

Text Example


Text Example

White with #A52593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52593; }

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

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

background-color css

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

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

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

border-color css

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

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

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