#A471CA

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

Shades of Amethyst #A471CA

Tints of Amethyst #A471CA

Color information

#A471CA (or 0xA471CA) is unknown color: approx Amethyst. HEX triplet: A4, 71 and CA. RGB value is (164,113,202). Sum of RGB (Red+Green+Blue) = 164+113+202=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A471CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A471CA is #5B8E35. Grayscale: #8A8A8A. Windows color (decimal): -6000182 or 13267364. OLE color: 13267364.

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

Color convert

RGB164113202-
CMYK0.190.4400.21
HSL274.38º45.64%61.76%-
HSV(B)274.38º44.06%79.22%-
XYZ31.8823.9758.82-
YUV138.4163.9146.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=34.24%
G=23.59%
B=42.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641132020.190.4400.21274.3845.6461.76
HexA471CA132C0151122e3e
Octal24416131223540254225676
Binary1010010011100011100101010011101100010101100010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A471CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A471CA; }

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

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

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

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

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

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

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

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