Html Css Color HEX #AA3881 Medium Red Violet

📋 copy color: '#AA3881'

red 170 ◦ green 56 ◦ blue 129

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

Shades of Medium Red Violet #AA3881

Tints of Medium Red Violet #AA3881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 47.89%
G = 15.77%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA3881 (or 0xAA3881) is known color: Medium Red Violet. HEX triplet: AA, 38 and 81. RGB value is (170,56,129). Sum of RGB (Red+Green+Blue) = 170+56+129=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3881 is #55C77E. Grayscale: #626262. Windows color (decimal): -5621631 or 8468650. OLE color: 8468650.

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

Color convert

RGB 170 56 129 -
CMYK 0 0.67 0.24 0.33
HSL 321.58º 0.5% 0.44% -
HSV(B) 321.58º 0.67% 0.67% -
XYZ 21.95 12.96 22.11 -
YUV 98.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 170 56 129 0 0.67 0.24 0.33 321.58 0.5 0.44
Hex AA 38 81 0 43 18 21 142 32 2C
Octal 252 70 201 0 103 30 41 502 62 54
Binary 10101010 111000 10000001 0 1000011 11000 100001 101000010 110010 101100

Color Harmonies of #AA3881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3881

Black with #AA3881

Text Example


Text Example

White with #AA3881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3881; }

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

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

background-color css

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

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

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

border-color css

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

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

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