#A475CC

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

Shades of Amethyst #A475CC

Tints of Amethyst #A475CC

Color information

#A475CC (or 0xA475CC) is unknown color: approx Amethyst. HEX triplet: A4, 75 and CC. RGB value is (164,117,204). Sum of RGB (Red+Green+Blue) = 164+117+204=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #A475CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475CC is #5B8A33. Grayscale: #8C8C8C. Windows color (decimal): -5999156 or 13399460. OLE color: 13399460.

HSL color Cylindrical-coordinate representation of color #A475CC: hue angle of 272.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A475CC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164117204-
CMYK0.200.4300.2
HSL272.41º46.03%62.94%-
HSV(B)272.41º42.65%80%-
XYZ32.5724.9760.23-
YUV140.97163.57144.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=33.81%
G=24.12%
B=42.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641172040.200.4300.2272.4146.0362.94
HexA475CC142B0141102e3f
Octal24416531424530244205677
Binary1010010011101011100110010100101011010100100010000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475CC; }

 p { color: rgb(164,117,204); }

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

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

 a { background-color: rgb(164,117,204); }

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

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

 span { border-color: rgb(164,117,204); }

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