#A255EE

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

Shades of Amethyst #A255EE

Tints of Amethyst #A255EE

Color information

#A255EE (or 0xA255EE) is unknown color: approx Amethyst. HEX triplet: A2, 55 and EE. RGB value is (162,85,238). Sum of RGB (Red+Green+Blue) = 162+85+238=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A255EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255EE is #5DAA11. Grayscale: #7C7C7C. Windows color (decimal): -6138386 or 15619490. OLE color: 15619490.

HSL color Cylindrical-coordinate representation of color #A255EE: hue angle of 270.2º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A255EE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16285238-
CMYK0.320.6400.07
HSL270.2º81.82%63.33%-
HSV(B)270.2º64.29%93.33%-
XYZ33.5820.3583.05-
YUV125.46191.51154.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 238 (93.36% from 255) = 49.07%
R=33.40%
G=17.53%
B=49.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162852380.320.6400.07270.281.8263.33
HexA255EE20400710e523f
Octal242125356401000741612277
Binary10100010101010111101110100000100000001111000011101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255EE; }

 p { color: rgb(162,85,238); }

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

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

 a { background-color: rgb(162,85,238); }

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

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

 span { border-color: rgb(162,85,238); }

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