#AC75D7

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

Shades of Amethyst #AC75D7

Tints of Amethyst #AC75D7

Color information

#AC75D7 (or 0xAC75D7) is unknown color: approx Amethyst. HEX triplet: AC, 75 and D7. RGB value is (172,117,215). Sum of RGB (Red+Green+Blue) = 172+117+215=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75D7 is #538A28. Grayscale: #909090. Windows color (decimal): -5474857 or 14120364. OLE color: 14120364.

HSL color Cylindrical-coordinate representation of color #AC75D7: hue angle of 273.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC75D7 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172117215-
CMYK0.20.4600.16
HSL273.67º55.06%65.1%-
HSV(B)273.67º45.58%84.31%-
XYZ35.6426.467.51-
YUV144.62167.72147.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 215 (84.38% from 255) = 42.66%
R=34.13%
G=23.21%
B=42.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721172150.20.4600.16273.6755.0665.1
HexAC75D7142E0101123741
Octal254165327245602042267101
Binary10101100111010111010111101001011100100001000100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75D7; }

 p { color: rgb(172,117,215); }

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

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

 a { background-color: rgb(172,117,215); }

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

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

 span { border-color: rgb(172,117,215); }

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