#A275CE

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

Shades of Amethyst #A275CE

Tints of Amethyst #A275CE

Color information

#A275CE (or 0xA275CE) is unknown color: approx Amethyst. HEX triplet: A2, 75 and CE. RGB value is (162,117,206). Sum of RGB (Red+Green+Blue) = 162+117+206=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A275CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CE is #5D8A31. Grayscale: #8C8C8C. Windows color (decimal): -6130226 or 13530530. OLE color: 13530530.

HSL color Cylindrical-coordinate representation of color #A275CE: hue angle of 270.34º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A275CE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162117206-
CMYK0.210.4300.19
HSL270.34º47.59%63.33%-
HSV(B)270.34º43.2%80.78%-
XYZ32.424.8661.48-
YUV140.6164.91143.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=33.40%
G=24.12%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621172060.210.4300.19270.3447.5963.33
HexA275CE152B01310e303f
Octal24216531625530234166077
Binary1010001011101011100111010101101011010011100001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275CE; }

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

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

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

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

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

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

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

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