Html Css Color HEX #A5377C Medium Red Violet

📋 copy color: '#A5377C'

red 165 ◦ green 55 ◦ blue 124

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

Shades of Medium Red Violet #A5377C

Tints of Medium Red Violet #A5377C

RGB

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

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

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

R = 47.97%
G = 15.99%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5377C (or 0xA5377C) is known color: Medium Red Violet. HEX triplet: A5, 37 and 7C. RGB value is (165,55,124). Sum of RGB (Red+Green+Blue) = 165+55+124=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5377C is #5AC883. Grayscale: #5F5F5F. Windows color (decimal): -5949572 or 8140709. OLE color: 8140709.

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

Color convert

RGB 165 55 124 -
CMYK 0 0.67 0.25 0.35
HSL 322.36º 0.5% 0.43% -
HSV(B) 322.36º 0.67% 0.65% -
XYZ 20.52 12.19 20.34 -
YUV 95.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 165 55 124 0 0.67 0.25 0.35 322.36 0.5 0.43
Hex A5 37 7C 0 43 19 23 142 32 2B
Octal 245 67 174 0 103 31 43 502 62 53
Binary 10100101 110111 1111100 0 1000011 11001 100011 101000010 110010 101011

Color Harmonies of #A5377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5377C

Black with #A5377C

Text Example


Text Example

White with #A5377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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