Html Css Color HEX #AA4281 Medium Red Violet

📋 copy color: '#AA4281'

red 170 ◦ green 66 ◦ blue 129

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

Shades of Medium Red Violet #AA4281

Tints of Medium Red Violet #AA4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

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

R = 46.58%
G = 18.08%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA4281 (or 0xAA4281) is known color: Medium Red Violet. HEX triplet: AA, 42 and 81. RGB value is (170,66,129). Sum of RGB (Red+Green+Blue) = 170+66+129=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4281 is #55BD7E. Grayscale: #686868. Windows color (decimal): -5619071 or 8471210. OLE color: 8471210.

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

Color convert

RGB 170 66 129 -
CMYK 0 0.61 0.24 0.33
HSL 323.65º 0.44% 0.46% -
HSV(B) 323.65º 0.61% 0.67% -
XYZ 22.49 14.03 22.29 -
YUV 104.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 170 66 129 0 0.61 0.24 0.33 323.65 0.44 0.46
Hex AA 42 81 0 3D 18 21 144 2C 2E
Octal 252 102 201 0 75 30 41 504 54 56
Binary 10101010 1000010 10000001 0 111101 11000 100001 101000100 101100 101110

Color Harmonies of #AA4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4281

Black with #AA4281

Text Example


Text Example

White with #AA4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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