Html Css Color HEX #A5318F Medium Red Violet

📋 copy color: '#A5318F'

red 165 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #A5318F

Tints of Medium Red Violet #A5318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 46.22%
G = 13.73%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A5318F (or 0xA5318F) is known color: Medium Red Violet. HEX triplet: A5, 31 and 8F. RGB value is (165,49,143). Sum of RGB (Red+Green+Blue) = 165+49+143=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5318F is #5ACE70. Grayscale: #5E5E5E. Windows color (decimal): -5951089 or 9384357. OLE color: 9384357.

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

Color convert

RGB 165 49 143 -
CMYK 0 0.70 0.13 0.35
HSL 311.38º 0.54% 0.42% -
HSV(B) 311.38º 0.7% 0.65% -
XYZ 21.57 12.18 27.2 -
YUV 94.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 165 49 143 0 0.70 0.13 0.35 311.38 0.54 0.42
Hex A5 31 8F 0 46 D 23 137 36 2A
Octal 245 61 217 0 106 15 43 467 66 52
Binary 10100101 110001 10001111 0 1000110 1101 100011 100110111 110110 101010

Color Harmonies of #A5318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5318F

Black with #A5318F

Text Example


Text Example

White with #A5318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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