Html Css Color HEX #AA3E81 Medium Red Violet

📋 copy color: '#AA3E81'

red 170 ◦ green 62 ◦ blue 129

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

Shades of Medium Red Violet #AA3E81

Tints of Medium Red Violet #AA3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 47.09%
G = 17.17%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA3E81 (or 0xAA3E81) is known color: Medium Red Violet. HEX triplet: AA, 3E and 81. RGB value is (170,62,129). Sum of RGB (Red+Green+Blue) = 170+62+129=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E81 is #55C17E. Grayscale: #656565. Windows color (decimal): -5620095 or 8470186. OLE color: 8470186.

HSL color Cylindrical-coordinate representation of color #AA3E81: hue angle of 322.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3E81 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 129 -
CMYK 0 0.64 0.24 0.33
HSL 322.78º 0.47% 0.45% -
HSV(B) 322.78º 0.64% 0.67% -
XYZ 22.26 13.58 22.22 -
YUV 101.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 170 62 129 0 0.64 0.24 0.33 322.78 0.47 0.45
Hex AA 3E 81 0 40 18 21 143 2F 2D
Octal 252 76 201 0 100 30 41 503 57 55
Binary 10101010 111110 10000001 0 1000000 11000 100001 101000011 101111 101101

Color Harmonies of #AA3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E81

Black with #AA3E81

Text Example


Text Example

White with #AA3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E81; }

 p { color: rgb(170,62,129); }

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

background-color css

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

 a { background-color: rgb(170,62,129); }

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

border-color css

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

 span { border-color: rgb(170,62,129); }

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