Html Css Color HEX #A5357F Medium Red Violet

📋 copy color: '#A5357F'

red 165 ◦ green 53 ◦ blue 127

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

Shades of Medium Red Violet #A5357F

Tints of Medium Red Violet #A5357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.36%

 BLUE value IS 127 (50% from 255) = 36.81%

R = 47.83%
G = 15.36%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5357F (or 0xA5357F) is known color: Medium Red Violet. HEX triplet: A5, 35 and 7F. RGB value is (165,53,127). Sum of RGB (Red+Green+Blue) = 165+53+127=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5357F is #5ACA80. Grayscale: #5E5E5E. Windows color (decimal): -5950081 or 8336805. OLE color: 8336805.

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

Color convert

RGB 165 53 127 -
CMYK 0 0.68 0.23 0.35
HSL 320.36º 0.51% 0.43% -
HSV(B) 320.36º 0.68% 0.65% -
XYZ 20.62 12.08 21.32 -
YUV 94.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 165 53 127 0 0.68 0.23 0.35 320.36 0.51 0.43
Hex A5 35 7F 0 44 17 23 140 33 2B
Octal 245 65 177 0 104 27 43 500 63 53
Binary 10100101 110101 1111111 0 1000100 10111 100011 101000000 110011 101011

Color Harmonies of #A5357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5357F

Black with #A5357F

Text Example


Text Example

White with #A5357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5357F; }

 p { color: rgb(165,53,127); }

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

background-color css

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

 a { background-color: rgb(165,53,127); }

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

border-color css

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

 span { border-color: rgb(165,53,127); }

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