#AE75CF

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

Shades of Amethyst #AE75CF

Tints of Amethyst #AE75CF

Color information

#AE75CF (or 0xAE75CF) is unknown color: approx Amethyst. HEX triplet: AE, 75 and CF. RGB value is (174,117,207). Sum of RGB (Red+Green+Blue) = 174+117+207=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE75CF is #518A30. Grayscale: #909090. Windows color (decimal): -5343793 or 13596078. OLE color: 13596078.

HSL color Cylindrical-coordinate representation of color #AE75CF: hue angle of 278º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE75CF is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174117207-
CMYK0.160.4300.19
HSL278º48.39%63.53%-
HSV(B)278º43.48%81.18%-
XYZ35.0826.2362.24-
YUV144.3163.38149.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 117 (46.09% from 255) = 23.49%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=34.94%
G=23.49%
B=41.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741172070.160.4300.1927848.3963.53
HexAE75CF102B0131163040
Octal256165317205302342660100
Binary10101110111010111001111100001010110100111000101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE75CF; }

 p { color: rgb(174,117,207); }

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

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

 a { background-color: rgb(174,117,207); }

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

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

 span { border-color: rgb(174,117,207); }

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