#A273CC

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

Shades of Amethyst #A273CC

Tints of Amethyst #A273CC

Color information

#A273CC (or 0xA273CC) is unknown color: approx Amethyst. HEX triplet: A2, 73 and CC. RGB value is (162,115,204). Sum of RGB (Red+Green+Blue) = 162+115+204=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A273CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CC is #5D8C33. Grayscale: #8A8A8A. Windows color (decimal): -6130740 or 13398946. OLE color: 13398946.

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

Color convert

RGB162115204-
CMYK0.210.4400.2
HSL271.69º46.6%62.55%-
HSV(B)271.69º43.63%80%-
XYZ31.9324.360.13-
YUV139.2164.57144.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=33.68%
G=23.91%
B=42.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621152040.210.4400.2271.6946.662.55
HexA273CC152C0141102f3f
Octal24216331425540244205777
Binary1010001011100111100110010101101100010100100010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273CC; }

 p { color: rgb(162,115,204); }

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

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

 a { background-color: rgb(162,115,204); }

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

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

 span { border-color: rgb(162,115,204); }

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