#AA269A

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

Shades of Medium Red Violet #AA269A

Tints of Medium Red Violet #AA269A

Color information

#AA269A (or 0xAA269A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 26 and 9A. RGB value is (170,38,154). Sum of RGB (Red+Green+Blue) = 170+38+154=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA269A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA269A is #55D965. Grayscale: #5A5A5A. Windows color (decimal): -5626214 or 10102442. OLE color: 10102442.

HSL color Cylindrical-coordinate representation of color #AA269A: hue angle of 307.27º degrees, saturation: 0.63, 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 #AA269A is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17038154-
CMYK00.780.090.33
HSL307.27º63.46%40.78%-
HSV(B)307.27º77.65%66.67%-
XYZ23.112.2731.72-
YUV90.69163.73184.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=46.96%
G=10.50%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703815400.780.090.33307.2763.4640.78
HexAA269A04E9211333f29
Octal25246232011611414637751
Binary1010101010011010011010010011101001100001100110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA269A; }

 p { color: rgb(170,38,154); }

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

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

 a { background-color: rgb(170,38,154); }

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

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

 span { border-color: rgb(170,38,154); }

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