#A071CC

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

Shades of Amethyst #A071CC

Tints of Amethyst #A071CC

Color information

#A071CC (or 0xA071CC) is unknown color: approx Amethyst. HEX triplet: A0, 71 and CC. RGB value is (160,113,204). Sum of RGB (Red+Green+Blue) = 160+113+204=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A071CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071CC is #5F8E33. Grayscale: #898989. Windows color (decimal): -6262324 or 13398432. OLE color: 13398432.

HSL color Cylindrical-coordinate representation of color #A071CC: hue angle of 270.99º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A071CC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160113204-
CMYK0.220.4500.2
HSL270.99º47.15%62.16%-
HSV(B)270.99º44.61%80%-
XYZ31.323.6460.04-
YUV137.43165.57144.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=33.54%
G=23.69%
B=42.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601132040.220.4500.2270.9947.1562.16
HexA071CC162D01410f2f3e
Octal24016131426550244175776
Binary1010000011100011100110010110101101010100100001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071CC; }

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

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

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

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

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

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

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

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