#A275CF

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

Shades of Amethyst #A275CF

Tints of Amethyst #A275CF

Color information

#A275CF (or 0xA275CF) is unknown color: approx Amethyst. HEX triplet: A2, 75 and CF. RGB value is (162,117,207). Sum of RGB (Red+Green+Blue) = 162+117+207=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #A275CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CF is #5D8A30. Grayscale: #8C8C8C. Windows color (decimal): -6130225 or 13596066. OLE color: 13596066.

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

Color convert

RGB162117207-
CMYK0.220.4300.19
HSL270º48.39%63.53%-
HSV(B)270º43.48%81.18%-
XYZ32.5224.9162.13-
YUV140.72165.41143.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=33.33%
G=24.07%
B=42.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621172070.220.4300.1927048.3963.53
HexA275CF162B01310e3040
Octal242165317265302341660100
Binary10100010111010111001111101101010110100111000011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275CF; }

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

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

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

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

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

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

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

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