Html Css Color HEX #AA317B Medium Red Violet

📋 copy color: '#AA317B'

red 170 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #AA317B

Tints of Medium Red Violet #AA317B

RGB

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

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

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

R = 49.71%
G = 14.33%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA317B (or 0xAA317B) is known color: Medium Red Violet. HEX triplet: AA, 31 and 7B. RGB value is (170,49,123). Sum of RGB (Red+Green+Blue) = 170+49+123=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA317B is #55CE84. Grayscale: #5D5D5D. Windows color (decimal): -5623429 or 8073642. OLE color: 8073642.

HSL color Cylindrical-coordinate representation of color #AA317B: hue angle of 323.31º 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 #AA317B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 123 -
CMYK 0 0.71 0.28 0.33
HSL 323.31º 0.55% 0.43% -
HSV(B) 323.31º 0.71% 0.67% -
XYZ 21.25 12.17 19.97 -
YUV 93.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 170 49 123 0 0.71 0.28 0.33 323.31 0.55 0.43
Hex AA 31 7B 0 47 1C 21 143 37 2B
Octal 252 61 173 0 107 34 41 503 67 53
Binary 10101010 110001 1111011 0 1000111 11100 100001 101000011 110111 101011

Color Harmonies of #AA317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA317B

Black with #AA317B

Text Example


Text Example

White with #AA317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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