Html Css Color HEX #AA318D Medium Red Violet

📋 copy color: '#AA318D'

red 170 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #AA318D

Tints of Medium Red Violet #AA318D

RGB

 RED value IS 170 (66.8% from 255) = 47.22%

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

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 47.22%
G = 13.61%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA318D (or 0xAA318D) is known color: Medium Red Violet. HEX triplet: AA, 31 and 8D. RGB value is (170,49,141). Sum of RGB (Red+Green+Blue) = 170+49+141=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA318D is #55CE72. Grayscale: #5F5F5F. Windows color (decimal): -5623411 or 9253290. OLE color: 9253290.

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

Color convert

RGB 170 49 141 -
CMYK 0 0.71 0.17 0.33
HSL 314.38º 0.55% 0.43% -
HSV(B) 314.38º 0.71% 0.67% -
XYZ 22.48 12.67 26.46 -
YUV 95.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 170 49 141 0 0.71 0.17 0.33 314.38 0.55 0.43
Hex AA 31 8D 0 47 11 21 13A 37 2B
Octal 252 61 215 0 107 21 41 472 67 53
Binary 10101010 110001 10001101 0 1000111 10001 100001 100111010 110111 101011

Color Harmonies of #AA318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA318D

Black with #AA318D

Text Example


Text Example

White with #AA318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA318D; }

 p { color: rgb(170,49,141); }

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

background-color css

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

 a { background-color: rgb(170,49,141); }

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

border-color css

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

 span { border-color: rgb(170,49,141); }

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