#A071D0

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

Shades of Amethyst #A071D0

Tints of Amethyst #A071D0

Color information

#A071D0 (or 0xA071D0) is unknown color: approx Amethyst. HEX triplet: A0, 71 and D0. RGB value is (160,113,208). Sum of RGB (Red+Green+Blue) = 160+113+208=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A071D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A071D0 is #5F8E2F. Grayscale: #898989. Windows color (decimal): -6262320 or 13660576. OLE color: 13660576.

HSL color Cylindrical-coordinate representation of color #A071D0: hue angle of 269.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A071D0 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160113208-
CMYK0.230.4600.18
HSL269.68º50.26%62.94%-
HSV(B)269.68º45.67%81.57%-
XYZ31.7923.8462.6-
YUV137.88167.57143.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=33.26%
G=23.49%
B=43.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601132080.230.4600.18269.6850.2662.94
HexA071D0172E01210e323f
Octal24016132027560224166277
Binary1010000011100011101000010111101110010010100001110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071D0; }

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

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

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

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

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

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

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

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