#A275D4

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

Shades of Amethyst #A275D4

Tints of Amethyst #A275D4

Color information

#A275D4 (or 0xA275D4) is unknown color: approx Amethyst. HEX triplet: A2, 75 and D4. RGB value is (162,117,212). Sum of RGB (Red+Green+Blue) = 162+117+212=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #A275D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275D4 is #5D8A2B. Grayscale: #8C8C8C. Windows color (decimal): -6130220 or 13923746. OLE color: 13923746.

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

Color convert

RGB162117212-
CMYK0.240.4500.17
HSL268.42º52.49%64.51%-
HSV(B)268.42º44.81%83.14%-
XYZ33.1525.1665.4-
YUV141.28167.91142.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=32.99%
G=23.83%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621172120.240.4500.17268.4252.4964.51
HexA275D4182D01110c3441
Octal242165324305502141464101
Binary10100010111010111010100110001011010100011000011001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275D4; }

 p { color: rgb(162,117,212); }

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

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

 a { background-color: rgb(162,117,212); }

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

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

 span { border-color: rgb(162,117,212); }

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