Html Css Color HEX #A9318F Medium Red Violet

📋 copy color: '#A9318F'

red 169 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #A9318F

Tints of Medium Red Violet #A9318F

RGB

 RED value IS 169 (66.41% from 255) = 46.81%

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

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

R = 46.81%
G = 13.57%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9318F (or 0xA9318F) is known color: Medium Red Violet. HEX triplet: A9, 31 and 8F. RGB value is (169,49,143). Sum of RGB (Red+Green+Blue) = 169+49+143=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9318F is #56CE70. Grayscale: #5F5F5F. Windows color (decimal): -5688945 or 9384361. OLE color: 9384361.

HSL color Cylindrical-coordinate representation of color #A9318F: hue angle of 313º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9318F is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 143 -
CMYK 0 0.71 0.15 0.34
HSL 313º 0.55% 0.43% -
HSV(B) 313º 0.71% 0.66% -
XYZ 22.42 12.61 27.24 -
YUV 95.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 169 49 143 0 0.71 0.15 0.34 313 0.55 0.43
Hex A9 31 8F 0 47 F 22 139 37 2B
Octal 251 61 217 0 107 17 42 471 67 53
Binary 10101001 110001 10001111 0 1000111 1111 100010 100111001 110111 101011

Color Harmonies of #A9318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9318F

Black with #A9318F

Text Example


Text Example

White with #A9318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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