#ac75d9

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

Shades of Amethyst #AC75D9

Tints of Amethyst #AC75D9

Color information

#AC75D9 (or 0xAC75D9) is unknown color: approx Amethyst. HEX triplet: AC, 75 and D9. RGB value is (172,117,217). Sum of RGB (Red+Green+Blue) = 172+117+217=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC75D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75D9 is #538A26. Grayscale: #909090. Windows color (decimal): -5474855 or 14251436. OLE color: 14251436.

HSL color Cylindrical-coordinate representation of color #AC75D9: hue angle of 273º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC75D9 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172117217-
CMYK0.210.4600.15
HSL273º56.82%65.49%-
HSV(B)273º46.08%85.1%-
XYZ35.926.568.87-
YUV144.84168.72147.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 117 (46.09% from 255) = 23.12%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=33.99%
G=23.12%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721172170.210.4600.1527356.8265.49
HexAC75D9152E0F1113941
Octal254165331255601742171101
Binary1010110011101011101100110101101110011111000100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac75d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac75d9; }

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

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

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

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

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

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

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

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