#A474CD

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

Shades of Amethyst #A474CD

Tints of Amethyst #A474CD

Color information

#A474CD (or 0xA474CD) is unknown color: approx Amethyst. HEX triplet: A4, 74 and CD. RGB value is (164,116,205). Sum of RGB (Red+Green+Blue) = 164+116+205=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A474CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474CD is #5B8B32. Grayscale: #8C8C8C. Windows color (decimal): -5999411 or 13464740. OLE color: 13464740.

HSL color Cylindrical-coordinate representation of color #A474CD: hue angle of 272.36º degrees, saturation: 0.47, 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 #A474CD is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164116205-
CMYK0.20.4300.20
HSL272.36º47.09%62.94%-
HSV(B)272.36º43.41%80.39%-
XYZ32.5724.7960.83-
YUV140.5164.4144.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 116 (45.70% from 255) = 23.92%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=33.81%
G=23.92%
B=42.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641162050.20.4300.20272.3647.0962.94
HexA474CD142B0141102f3f
Octal24416431524530244205777
Binary1010010011101001100110110100101011010100100010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474CD; }

 p { color: rgb(164,116,205); }

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

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

 a { background-color: rgb(164,116,205); }

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

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

 span { border-color: rgb(164,116,205); }

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