Html Css Color HEX #AA3F8D Medium Red Violet

📋 copy color: '#AA3F8D'

red 170 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #AA3F8D

Tints of Medium Red Violet #AA3F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.84%

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

R = 45.45%
G = 16.84%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA3F8D (or 0xAA3F8D) is known color: Medium Red Violet. HEX triplet: AA, 3F and 8D. RGB value is (170,63,141). Sum of RGB (Red+Green+Blue) = 170+63+141=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F8D is #55C072. Grayscale: #676767. Windows color (decimal): -5619827 or 9256874. OLE color: 9256874.

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

Color convert

RGB 170 63 141 -
CMYK 0 0.63 0.17 0.33
HSL 316.26º 0.46% 0.46% -
HSV(B) 316.26º 0.63% 0.67% -
XYZ 23.16 14.02 26.69 -
YUV 103.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 170 63 141 0 0.63 0.17 0.33 316.26 0.46 0.46
Hex AA 3F 8D 0 3F 11 21 13C 2E 2E
Octal 252 77 215 0 77 21 41 474 56 56
Binary 10101010 111111 10001101 0 111111 10001 100001 100111100 101110 101110

Color Harmonies of #AA3F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F8D

Black with #AA3F8D

Text Example


Text Example

White with #AA3F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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