Html Css Color HEX #AA3F8A Medium Red Violet

📋 copy color: '#AA3F8A'

red 170 ◦ green 63 ◦ blue 138

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

Shades of Medium Red Violet #AA3F8A

Tints of Medium Red Violet #AA3F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.2%

R = 45.82%
G = 16.98%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA3F8A (or 0xAA3F8A) is known color: Medium Red Violet. HEX triplet: AA, 3F and 8A. RGB value is (170,63,138). Sum of RGB (Red+Green+Blue) = 170+63+138=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F8A is #55C075. Grayscale: #676767. Windows color (decimal): -5619830 or 9060266. OLE color: 9060266.

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

Color convert

RGB 170 63 138 -
CMYK 0 0.63 0.19 0.33
HSL 317.94º 0.46% 0.46% -
HSV(B) 317.94º 0.63% 0.67% -
XYZ 22.94 13.94 25.53 -
YUV 103.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 170 63 138 0 0.63 0.19 0.33 317.94 0.46 0.46
Hex AA 3F 8A 0 3F 13 21 13E 2E 2E
Octal 252 77 212 0 77 23 41 476 56 56
Binary 10101010 111111 10001010 0 111111 10011 100001 100111110 101110 101110

Color Harmonies of #AA3F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F8A

Black with #AA3F8A

Text Example


Text Example

White with #AA3F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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