#A275CA

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

Shades of Amethyst #A275CA

Tints of Amethyst #A275CA

Color information

#A275CA (or 0xA275CA) is unknown color: approx Amethyst. HEX triplet: A2, 75 and CA. RGB value is (162,117,202). Sum of RGB (Red+Green+Blue) = 162+117+202=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #A275CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CA is #5D8A35. Grayscale: #8B8B8B. Windows color (decimal): -6130230 or 13268386. OLE color: 13268386.

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

Color convert

RGB162117202-
CMYK0.200.4200.21
HSL271.76º44.5%62.55%-
HSV(B)271.76º42.08%79.22%-
XYZ31.9224.6758.96-
YUV140.14162.91143.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=33.68%
G=24.32%
B=42.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621172020.200.4200.21271.7644.562.55
HexA275CA142A0151102d3f
Octal24216531224520254205577
Binary1010001011101011100101010100101010010101100010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275CA; }

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

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

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

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

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

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

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

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