#AA75D0

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

Shades of Amethyst #AA75D0

Tints of Amethyst #AA75D0

Color information

#AA75D0 (or 0xAA75D0) is unknown color: approx Amethyst. HEX triplet: AA, 75 and D0. RGB value is (170,117,208). Sum of RGB (Red+Green+Blue) = 170+117+208=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA75D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75D0 is #558A2F. Grayscale: #8E8E8E. Windows color (decimal): -5605936 or 13661610. OLE color: 13661610.

HSL color Cylindrical-coordinate representation of color #AA75D0: hue angle of 274.95º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA75D0 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170117208-
CMYK0.180.4400.18
HSL274.95º49.19%63.73%-
HSV(B)274.95º43.75%81.57%-
XYZ34.3225.8262.85-
YUV143.22164.56147.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 208 (81.64% from 255) = 42.02%
R=34.34%
G=23.64%
B=42.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701172080.180.4400.18274.9549.1963.73
HexAA75D0122C0121133140
Octal252165320225402242361100
Binary10101010111010111010000100101011000100101000100111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75D0; }

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

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

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

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

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

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

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

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