Html Css Color HEX #A5347D Medium Red Violet

📋 copy color: '#A5347D'

red 165 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #A5347D

Tints of Medium Red Violet #A5347D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 48.25%
G = 15.2%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5347D (or 0xA5347D) is known color: Medium Red Violet. HEX triplet: A5, 34 and 7D. RGB value is (165,52,125). Sum of RGB (Red+Green+Blue) = 165+52+125=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5347D is #5ACB82. Grayscale: #5D5D5D. Windows color (decimal): -5950339 or 8205477. OLE color: 8205477.

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

Color convert

RGB 165 52 125 -
CMYK 0 0.68 0.24 0.35
HSL 321.24º 0.52% 0.43% -
HSV(B) 321.24º 0.68% 0.65% -
XYZ 20.45 11.94 20.63 -
YUV 94.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 165 52 125 0 0.68 0.24 0.35 321.24 0.52 0.43
Hex A5 34 7D 0 44 18 23 141 34 2B
Octal 245 64 175 0 104 30 43 501 64 53
Binary 10100101 110100 1111101 0 1000100 11000 100011 101000001 110100 101011

Color Harmonies of #A5347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5347D

Black with #A5347D

Text Example


Text Example

White with #A5347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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