#A274D3

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

Shades of Amethyst #A274D3

Tints of Amethyst #A274D3

Color information

#A274D3 (or 0xA274D3) is unknown color: approx Amethyst. HEX triplet: A2, 74 and D3. RGB value is (162,116,211). Sum of RGB (Red+Green+Blue) = 162+116+211=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #A274D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274D3 is #5D8B2C. Grayscale: #8C8C8C. Windows color (decimal): -6130477 or 13857954. OLE color: 13857954.

HSL color Cylindrical-coordinate representation of color #A274D3: hue angle of 269.05º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A274D3 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162116211-
CMYK0.230.4500.17
HSL269.05º51.91%64.12%-
HSV(B)269.05º45.02%82.75%-
XYZ32.924.8864.7-
YUV140.58167.74143.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=33.13%
G=23.72%
B=43.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621162110.230.4500.17269.0551.9164.12
HexA274D3172D01110d3440
Octal242164323275502141564100
Binary10100010111010011010011101111011010100011000011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A274D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A274D3; }

 p { color: rgb(162,116,211); }

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

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

 a { background-color: rgb(162,116,211); }

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

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

 span { border-color: rgb(162,116,211); }

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