#A974CB

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

Shades of Amethyst #A974CB

Tints of Amethyst #A974CB

Color information

#A974CB (or 0xA974CB) is unknown color: approx Amethyst. HEX triplet: A9, 74 and CB. RGB value is (169,116,203). Sum of RGB (Red+Green+Blue) = 169+116+203=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A974CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974CB is #568B34. Grayscale: #8D8D8D. Windows color (decimal): -5671733 or 13333673. OLE color: 13333673.

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

Color convert

RGB169116203-
CMYK0.170.4300.20
HSL276.55º45.55%62.55%-
HSV(B)276.55º42.86%79.61%-
XYZ33.3925.2459.61-
YUV141.76162.56147.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=34.63%
G=23.77%
B=41.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691162030.170.4300.20276.5545.5562.55
HexA974CB112B0141152e3f
Octal25116431321530244255677
Binary1010100111101001100101110001101011010100100010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974CB; }

 p { color: rgb(169,116,203); }

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

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

 a { background-color: rgb(169,116,203); }

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

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

 span { border-color: rgb(169,116,203); }

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