#A273D1

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

Shades of Amethyst #A273D1

Tints of Amethyst #A273D1

Color information

#A273D1 (or 0xA273D1) is unknown color: approx Amethyst. HEX triplet: A2, 73 and D1. RGB value is (162,115,209). Sum of RGB (Red+Green+Blue) = 162+115+209=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A273D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273D1 is #5D8C2E. Grayscale: #8B8B8B. Windows color (decimal): -6130735 or 13726626. OLE color: 13726626.

HSL color Cylindrical-coordinate representation of color #A273D1: hue angle of 270º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A273D1 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162115209-
CMYK0.220.4500.18
HSL270º50.54%63.53%-
HSV(B)270º44.98%81.96%-
XYZ32.5424.5563.34-
YUV139.77167.07143.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=33.33%
G=23.66%
B=43.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621152090.220.4500.1827050.5463.53
HexA273D1162D01210e3340
Octal242163321265502241663100
Binary10100010111001111010001101101011010100101000011101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273D1; }

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

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

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

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

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

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

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

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