#A874CB

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

Shades of Amethyst #A874CB

Tints of Amethyst #A874CB

Color information

#A874CB (or 0xA874CB) is unknown color: approx Amethyst. HEX triplet: A8, 74 and CB. RGB value is (168,116,203). Sum of RGB (Red+Green+Blue) = 168+116+203=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #A874CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CB is #578B34. Grayscale: #8D8D8D. Windows color (decimal): -5737269 or 13333672. OLE color: 13333672.

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

Color convert

RGB168116203-
CMYK0.170.4300.20
HSL275.86º45.55%62.55%-
HSV(B)275.86º42.86%79.61%-
XYZ33.1725.1359.6-
YUV141.47162.73146.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=34.50%
G=23.82%
B=41.68%

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
Decimal1681162030.170.4300.20275.8645.5562.55
HexA874CB112B0141142e3f
Octal25016431321530244245677
Binary1010100011101001100101110001101011010100100010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A874CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A874CB; }

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

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

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

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

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

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

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

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