#AA257D

Color #AA257D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA257D

Tints of Medium Red Violet #AA257D

Color information

#AA257D (or 0xAA257D) is unknown color: approx Medium Red Violet. HEX triplet: AA, 25 and 7D. RGB value is (170,37,125). Sum of RGB (Red+Green+Blue) = 170+37+125=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA257D is #55DA82. Grayscale: #565656. Windows color (decimal): -5626499 or 8201642. OLE color: 8201642.

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

Color convert

RGB17037125-
CMYK00.780.260.33
HSL320.3º64.25%40.59%-
HSV(B)320.3º78.24%66.67%-
XYZ20.9411.3520.49-
YUV86.8149.56187.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=51.20%
G=11.14%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703712500.780.260.33320.364.2540.59
HexAA257D04E1A211404029
Octal252451750116324150010051
Binary10101010100101111110101001110110101000011010000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA257D; }

 p { color: rgb(170,37,125); }

 H1.HeaderClassName
 {
   color: #AA257D;
 }
 .AnyTagClassName
 {
   color: #AA257D;
 }
</style>
background-color css

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

 a { background-color: rgb(170,37,125); }

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

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

 span { border-color: rgb(170,37,125); }

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