#A472CD

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

Shades of Amethyst #A472CD

Tints of Amethyst #A472CD

Color information

#A472CD (or 0xA472CD) is unknown color: approx Amethyst. HEX triplet: A4, 72 and CD. RGB value is (164,114,205). Sum of RGB (Red+Green+Blue) = 164+114+205=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A472CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472CD is #5B8D32. Grayscale: #8B8B8B. Windows color (decimal): -5999923 or 13464228. OLE color: 13464228.

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

Color convert

RGB164114205-
CMYK0.20.4400.20
HSL272.97º47.64%62.55%-
HSV(B)272.97º44.39%80.39%-
XYZ32.3524.3360.75-
YUV139.32165.06145.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=33.95%
G=23.60%
B=42.44%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641142050.20.4400.20272.9747.6462.55
HexA472CD142C014111303f
Octal24416231524540244216077
Binary1010010011100101100110110100101100010100100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472CD; }

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

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

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

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

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

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

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

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