#AA76FA

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

Shades of Medium Purple #AA76FA

Tints of Medium Purple #AA76FA

Color information

#AA76FA (or 0xAA76FA) is unknown color: approx Medium Purple. HEX triplet: AA, 76 and FA. RGB value is (170,118,250). Sum of RGB (Red+Green+Blue) = 170+118+250=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA76FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76FA is #558905. Grayscale: #949494. Windows color (decimal): -5605638 or 16414378. OLE color: 16414378.

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

Color convert

RGB170118250-
CMYK0.320.5300.02
HSL263.64º92.96%72.16%-
HSV(B)263.64º52.8%98.04%-
XYZ40.3128.4193.8-
YUV148.6185.23143.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=31.60%
G=21.93%
B=46.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701182500.320.5300.02263.6492.9672.16
HexAA76FA2035021085d48
Octal252166372406502410135110
Binary1010101011101101111101010000011010101010000100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA76FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA76FA; }

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

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

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

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

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

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

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

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