#AA75F3

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

Shades of Medium Purple #AA75F3

Tints of Medium Purple #AA75F3

Color information

#AA75F3 (or 0xAA75F3) is unknown color: approx Medium Purple. HEX triplet: AA, 75 and F3. RGB value is (170,117,243). Sum of RGB (Red+Green+Blue) = 170+117+243=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA75F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA75F3 is #558A0C. Grayscale: #929292. Windows color (decimal): -5605901 or 15955370. OLE color: 15955370.

HSL color Cylindrical-coordinate representation of color #AA75F3: hue angle of 265.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA75F3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170117243-
CMYK0.300.5200.05
HSL265.24º84%70.59%-
HSV(B)265.24º51.85%95.29%-
XYZ39.1227.7488.09-
YUV147.21182.06144.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=32.08%
G=22.08%
B=45.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701172430.300.5200.05265.248470.59
HexAA75F31E34051095447
Octal252165363366405411124107
Binary1010101011101011111001111110110100010110000100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75F3; }

 p { color: rgb(170,117,243); }

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

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

 a { background-color: rgb(170,117,243); }

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

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

 span { border-color: rgb(170,117,243); }

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