Html Css Color HEX #AA4287 Medium Red Violet

📋 copy color: '#AA4287'

red 170 ◦ green 66 ◦ blue 135

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

Shades of Medium Red Violet #AA4287

Tints of Medium Red Violet #AA4287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 45.82%
G = 17.79%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA4287 (or 0xAA4287) is known color: Medium Red Violet. HEX triplet: AA, 42 and 87. RGB value is (170,66,135). Sum of RGB (Red+Green+Blue) = 170+66+135=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4287 is #55BD78. Grayscale: #686868. Windows color (decimal): -5619065 or 8864426. OLE color: 8864426.

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

Color convert

RGB 170 66 135 -
CMYK 0 0.61 0.21 0.33
HSL 320.19º 0.44% 0.46% -
HSV(B) 320.19º 0.61% 0.67% -
XYZ 22.9 14.19 24.45 -
YUV 104.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 170 66 135 0 0.61 0.21 0.33 320.19 0.44 0.46
Hex AA 42 87 0 3D 15 21 140 2C 2E
Octal 252 102 207 0 75 25 41 500 54 56
Binary 10101010 1000010 10000111 0 111101 10101 100001 101000000 101100 101110

Color Harmonies of #AA4287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4287

Black with #AA4287

Text Example


Text Example

White with #AA4287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4287; }

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

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

background-color css

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

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

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

border-color css

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

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

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