Html Css Color HEX #A5347C Medium Red Violet

📋 copy color: '#A5347C'

red 165 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #A5347C

Tints of Medium Red Violet #A5347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 48.39%
G = 15.25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5347C (or 0xA5347C) is known color: Medium Red Violet. HEX triplet: A5, 34 and 7C. RGB value is (165,52,124). Sum of RGB (Red+Green+Blue) = 165+52+124=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5347C is #5ACB83. Grayscale: #5D5D5D. Windows color (decimal): -5950340 or 8139941. OLE color: 8139941.

HSL color Cylindrical-coordinate representation of color #A5347C: hue angle of 321.77º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5347C is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 124 -
CMYK 0 0.68 0.25 0.35
HSL 321.77º 0.52% 0.43% -
HSV(B) 321.77º 0.68% 0.65% -
XYZ 20.38 11.91 20.29 -
YUV 94 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 165 52 124 0 0.68 0.25 0.35 321.77 0.52 0.43
Hex A5 34 7C 0 44 19 23 142 34 2B
Octal 245 64 174 0 104 31 43 502 64 53
Binary 10100101 110100 1111100 0 1000100 11001 100011 101000010 110100 101011

Color Harmonies of #A5347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5347C

Black with #A5347C

Text Example


Text Example

White with #A5347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5347C; }

 p { color: rgb(165,52,124); }

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

background-color css

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

 a { background-color: rgb(165,52,124); }

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

border-color css

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

 span { border-color: rgb(165,52,124); }

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