#A273D7

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

Shades of Amethyst #A273D7

Tints of Amethyst #A273D7

Color information

#A273D7 (or 0xA273D7) is unknown color: approx Amethyst. HEX triplet: A2, 73 and D7. RGB value is (162,115,215). Sum of RGB (Red+Green+Blue) = 162+115+215=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #A273D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273D7 is #5D8C28. Grayscale: #8C8C8C. Windows color (decimal): -6130729 or 14119842. OLE color: 14119842.

HSL color Cylindrical-coordinate representation of color #A273D7: hue angle of 268.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A273D7 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB162115215-
CMYK0.250.4700.16
HSL268.2º55.56%64.71%-
HSV(B)268.2º46.51%84.31%-
XYZ33.324.8567.33-
YUV140.45170.07143.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=32.93%
G=23.37%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1621152150.250.4700.16268.255.5664.71
HexA273D7192F01010c3841
Octal242163327315702041470101
Binary10100010111001111010111110011011110100001000011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273D7; }

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

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

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

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

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

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

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

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