#A471CB

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

Shades of Amethyst #A471CB

Tints of Amethyst #A471CB

Color information

#A471CB (or 0xA471CB) is unknown color: approx Amethyst. HEX triplet: A4, 71 and CB. RGB value is (164,113,203). Sum of RGB (Red+Green+Blue) = 164+113+203=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A471CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CB is #5B8E34. Grayscale: #8A8A8A. Windows color (decimal): -6000181 or 13332900. OLE color: 13332900.

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

Color convert

RGB164113203-
CMYK0.190.4400.20
HSL274º46.39%61.96%-
HSV(B)274º44.33%79.61%-
XYZ31.9924.0159.45-
YUV138.51164.4146.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=34.17%
G=23.54%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641132030.190.4400.2027446.3961.96
HexA471CB132C0141122e3e
Octal24416131323540244225676
Binary1010010011100011100101110011101100010100100010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471CB; }

 p { color: rgb(164,113,203); }

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

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

 a { background-color: rgb(164,113,203); }

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

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

 span { border-color: rgb(164,113,203); }

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