#A455EE

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

Shades of Amethyst #A455EE

Tints of Amethyst #A455EE

Color information

#A455EE (or 0xA455EE) is unknown color: approx Amethyst. HEX triplet: A4, 55 and EE. RGB value is (164,85,238). Sum of RGB (Red+Green+Blue) = 164+85+238=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A455EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455EE is #5BAA11. Grayscale: #7D7D7D. Windows color (decimal): -6007314 or 15619492. OLE color: 15619492.

HSL color Cylindrical-coordinate representation of color #A455EE: hue angle of 270.98º 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 #A455EE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16485238-
CMYK0.310.6400.07
HSL270.98º81.82%63.33%-
HSV(B)270.98º64.29%93.33%-
XYZ33.9920.5683.07-
YUV126.06191.17155.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 85 (33.59% from 255) = 17.45%
BLUE value IS 238 (93.36% from 255) = 48.87%
R=33.68%
G=17.45%
B=48.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164852380.310.6400.07270.9881.8263.33
HexA455EE1F400710f523f
Octal244125356371000741712277
Binary1010010010101011110111011111100000001111000011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455EE; }

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

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

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

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

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

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

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

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