Html Css Color HEX #A5437F Medium Red Violet

📋 copy color: '#A5437F'

red 165 ◦ green 67 ◦ blue 127

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

Shades of Medium Red Violet #A5437F

Tints of Medium Red Violet #A5437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

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

R = 45.96%
G = 18.66%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5437F (or 0xA5437F) is known color: Medium Red Violet. HEX triplet: A5, 43 and 7F. RGB value is (165,67,127). Sum of RGB (Red+Green+Blue) = 165+67+127=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5437F is #5ABC80. Grayscale: #676767. Windows color (decimal): -5946497 or 8340389. OLE color: 8340389.

HSL color Cylindrical-coordinate representation of color #A5437F: hue angle of 323.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5437F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 67 127 -
CMYK 0 0.59 0.23 0.35
HSL 323.27º 0.42% 0.45% -
HSV(B) 323.27º 0.59% 0.65% -
XYZ 21.35 13.55 21.57 -
YUV 103.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 165 67 127 0 0.59 0.23 0.35 323.27 0.42 0.45
Hex A5 43 7F 0 3B 17 23 143 2A 2D
Octal 245 103 177 0 73 27 43 503 52 55
Binary 10100101 1000011 1111111 0 111011 10111 100011 101000011 101010 101101

Color Harmonies of #A5437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5437F

Black with #A5437F

Text Example


Text Example

White with #A5437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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