#A275C9

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

Shades of Amethyst #A275C9

Tints of Amethyst #A275C9

Color information

#A275C9 (or 0xA275C9) is unknown color: approx Amethyst. HEX triplet: A2, 75 and C9. RGB value is (162,117,201). Sum of RGB (Red+Green+Blue) = 162+117+201=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #A275C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C9 is #5D8A36. Grayscale: #8B8B8B. Windows color (decimal): -6130231 or 13202850. OLE color: 13202850.

HSL color Cylindrical-coordinate representation of color #A275C9: hue angle of 272.14º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A275C9 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162117201-
CMYK0.190.4200.21
HSL272.14º43.75%62.35%-
HSV(B)272.14º41.79%78.82%-
XYZ31.824.6258.33-
YUV140.03162.41143.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=33.75%
G=24.38%
B=41.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621172010.190.4200.21272.1443.7562.35
HexA275C9132A0151102c3e
Octal24216531123520254205476
Binary1010001011101011100100110011101010010101100010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275C9; }

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

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

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

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

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

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

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

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