#AA69ED

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

Shades of Medium Purple #AA69ED

Tints of Medium Purple #AA69ED

Color information

#AA69ED (or 0xAA69ED) is unknown color: approx Medium Purple. HEX triplet: AA, 69 and ED. RGB value is (170,105,237). Sum of RGB (Red+Green+Blue) = 170+105+237=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA69ED is #559612. Grayscale: #8B8B8B. Windows color (decimal): -5608979 or 15559082. OLE color: 15559082.

HSL color Cylindrical-coordinate representation of color #AA69ED: hue angle of 269.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA69ED is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170105237-
CMYK0.280.5600.07
HSL269.55º78.57%67.06%-
HSV(B)269.55º55.7%92.94%-
XYZ36.9224.7682.95-
YUV139.48183.03149.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=33.20%
G=20.51%
B=46.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701052370.280.5600.07269.5578.5767.06
HexAA69ED1C380710e4f43
Octal252151355347007416117103
Binary1010101011010011110110111100111000011110000111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69ED; }

 p { color: rgb(170,105,237); }

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

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

 a { background-color: rgb(170,105,237); }

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

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

 span { border-color: rgb(170,105,237); }

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