#A475CF

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

Shades of Amethyst #A475CF

Tints of Amethyst #A475CF

Color information

#A475CF (or 0xA475CF) is unknown color: approx Amethyst. HEX triplet: A4, 75 and CF. RGB value is (164,117,207). Sum of RGB (Red+Green+Blue) = 164+117+207=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A475CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475CF is #5B8A30. Grayscale: #8D8D8D. Windows color (decimal): -5999153 or 13596068. OLE color: 13596068.

HSL color Cylindrical-coordinate representation of color #A475CF: hue angle of 271.33º 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 #A475CF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164117207-
CMYK0.210.4300.19
HSL271.33º48.39%63.53%-
HSV(B)271.33º43.48%81.18%-
XYZ32.9325.1262.14-
YUV141.31165.07144.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=33.61%
G=23.98%
B=42.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641172070.210.4300.19271.3348.3963.53
HexA475CF152B01310f3040
Octal244165317255302341760100
Binary10100100111010111001111101011010110100111000011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A475CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A475CF; }

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

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

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

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

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

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

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

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