#A276D2

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

Shades of Amethyst #A276D2

Tints of Amethyst #A276D2

Color information

#A276D2 (or 0xA276D2) is unknown color: approx Amethyst. HEX triplet: A2, 76 and D2. RGB value is (162,118,210). Sum of RGB (Red+Green+Blue) = 162+118+210=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #A276D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A276D2 is #5D892D. Grayscale: #8D8D8D. Windows color (decimal): -6129966 or 13792930. OLE color: 13792930.

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

Color convert

RGB162118210-
CMYK0.230.4400.18
HSL268.7º50.55%64.31%-
HSV(B)268.7º43.81%82.35%-
XYZ33.0125.2964.11-
YUV141.64166.58142.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 210 (82.42% from 255) = 42.86%
R=33.06%
G=24.08%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621182100.230.4400.18268.750.5564.31
HexA276D2172C01210d3340
Octal242166322275402241563100
Binary10100010111011011010010101111011000100101000011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A276D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A276D2; }

 p { color: rgb(162,118,210); }

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

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

 a { background-color: rgb(162,118,210); }

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

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

 span { border-color: rgb(162,118,210); }

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