#A071CA

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

Shades of Amethyst #A071CA

Tints of Amethyst #A071CA

Color information

#A071CA (or 0xA071CA) is unknown color: approx Amethyst. HEX triplet: A0, 71 and CA. RGB value is (160,113,202). Sum of RGB (Red+Green+Blue) = 160+113+202=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A071CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CA is #5F8E35. Grayscale: #888888. Windows color (decimal): -6262326 or 13267360. OLE color: 13267360.

HSL color Cylindrical-coordinate representation of color #A071CA: hue angle of 271.69º 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 #A071CA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160113202-
CMYK0.210.4400.21
HSL271.69º45.64%61.76%-
HSV(B)271.69º44.06%79.22%-
XYZ31.0623.5558.79-
YUV137.2164.57144.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=33.68%
G=23.79%
B=42.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601132020.210.4400.21271.6945.6461.76
HexA071CA152C0151102e3e
Octal24016131225540254205676
Binary1010000011100011100101010101101100010101100010000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071CA; }

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

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

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

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

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

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

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

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