Html Css Color HEX #A5377F Medium Red Violet

📋 copy color: '#A5377F'

red 165 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #A5377F

Tints of Medium Red Violet #A5377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

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

R = 47.55%
G = 15.85%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5377F (or 0xA5377F) is known color: Medium Red Violet. HEX triplet: A5, 37 and 7F. RGB value is (165,55,127). Sum of RGB (Red+Green+Blue) = 165+55+127=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5377F is #5AC880. Grayscale: #5F5F5F. Windows color (decimal): -5949569 or 8337317. OLE color: 8337317.

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

Color convert

RGB 165 55 127 -
CMYK 0 0.67 0.23 0.35
HSL 320.73º 0.5% 0.43% -
HSV(B) 320.73º 0.67% 0.65% -
XYZ 20.71 12.26 21.35 -
YUV 96.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 165 55 127 0 0.67 0.23 0.35 320.73 0.5 0.43
Hex A5 37 7F 0 43 17 23 141 32 2B
Octal 245 67 177 0 103 27 43 501 62 53
Binary 10100101 110111 1111111 0 1000011 10111 100011 101000001 110010 101011

Color Harmonies of #A5377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5377F

Black with #A5377F

Text Example


Text Example

White with #A5377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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