#AC75D0

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

Shades of Amethyst #AC75D0

Tints of Amethyst #AC75D0

Color information

#AC75D0 (or 0xAC75D0) is unknown color: approx Amethyst. HEX triplet: AC, 75 and D0. RGB value is (172,117,208). Sum of RGB (Red+Green+Blue) = 172+117+208=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC75D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75D0 is #538A2F. Grayscale: #8F8F8F. Windows color (decimal): -5474864 or 13661612. OLE color: 13661612.

HSL color Cylindrical-coordinate representation of color #AC75D0: hue angle of 276.26º 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 #AC75D0 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172117208-
CMYK0.170.4400.18
HSL276.26º49.19%63.73%-
HSV(B)276.26º43.75%81.57%-
XYZ34.7626.0562.87-
YUV143.82164.22148.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=34.61%
G=23.54%
B=41.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721172080.170.4400.18276.2649.1963.73
HexAC75D0112C0121143140
Octal254165320215402242461100
Binary10101100111010111010000100011011000100101000101001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75D0; }

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

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

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

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

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

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

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

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