#A072CC

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

Shades of Amethyst #A072CC

Tints of Amethyst #A072CC

Color information

#A072CC (or 0xA072CC) is unknown color: approx Amethyst. HEX triplet: A0, 72 and CC. RGB value is (160,114,204). Sum of RGB (Red+Green+Blue) = 160+114+204=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #A072CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A072CC is #5F8D33. Grayscale: #898989. Windows color (decimal): -6262068 or 13398688. OLE color: 13398688.

HSL color Cylindrical-coordinate representation of color #A072CC: hue angle of 270.67º degrees, saturation: 0.47, 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 #A072CC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160114204-
CMYK0.220.4400.2
HSL270.67º46.88%62.35%-
HSV(B)270.67º44.12%80%-
XYZ31.4123.8760.08-
YUV138.01165.24143.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=33.47%
G=23.85%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601142040.220.4400.2270.6746.8862.35
HexA072CC162C01410f2f3e
Octal24016231426540244175776
Binary1010000011100101100110010110101100010100100001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072CC; }

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

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

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

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

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

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

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

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