Html Css Color HEX #A5317B Medium Red Violet

📋 copy color: '#A5317B'

red 165 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #A5317B

Tints of Medium Red Violet #A5317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 48.96%
G = 14.54%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5317B (or 0xA5317B) is known color: Medium Red Violet. HEX triplet: A5, 31 and 7B. RGB value is (165,49,123). Sum of RGB (Red+Green+Blue) = 165+49+123=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5317B is #5ACE84. Grayscale: #5B5B5B. Windows color (decimal): -5951109 or 8073637. OLE color: 8073637.

HSL color Cylindrical-coordinate representation of color #A5317B: hue angle of 321.72º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5317B is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 123 -
CMYK 0 0.70 0.25 0.35
HSL 321.72º 0.54% 0.42% -
HSV(B) 321.72º 0.7% 0.65% -
XYZ 20.19 11.63 19.92 -
YUV 92.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 165 49 123 0 0.70 0.25 0.35 321.72 0.54 0.42
Hex A5 31 7B 0 46 19 23 142 36 2A
Octal 245 61 173 0 106 31 43 502 66 52
Binary 10100101 110001 1111011 0 1000110 11001 100011 101000010 110110 101010

Color Harmonies of #A5317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5317B

Black with #A5317B

Text Example


Text Example

White with #A5317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5317B; }

 p { color: rgb(165,49,123); }

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

background-color css

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

 a { background-color: rgb(165,49,123); }

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

border-color css

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

 span { border-color: rgb(165,49,123); }

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