#AA7EFA

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

Shades of Medium Purple #AA7EFA

Tints of Medium Purple #AA7EFA

Color information

#AA7EFA (or 0xAA7EFA) is unknown color: approx Medium Purple. HEX triplet: AA, 7E and FA. RGB value is (170,126,250). Sum of RGB (Red+Green+Blue) = 170+126+250=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA7EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EFA is #558105. Grayscale: #989898. Windows color (decimal): -5603590 or 16416426. OLE color: 16416426.

HSL color Cylindrical-coordinate representation of color #AA7EFA: hue angle of 261.29º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7EFA is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170126250-
CMYK0.320.5000.02
HSL261.29º92.54%73.73%-
HSV(B)261.29º49.6%98.04%-
XYZ41.2930.3794.13-
YUV153.29182.58139.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=31.14%
G=23.08%
B=45.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701262500.320.5000.02261.2992.5473.73
HexAA7EFA2032021055d4a
Octal252176372406202405135112
Binary1010101011111101111101010000011001001010000010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7EFA; }

 p { color: rgb(170,126,250); }

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

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

 a { background-color: rgb(170,126,250); }

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

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

 span { border-color: rgb(170,126,250); }

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