#A258E9

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

Shades of Amethyst #A258E9

Tints of Amethyst #A258E9

Color information

#A258E9 (or 0xA258E9) is unknown color: approx Amethyst. HEX triplet: A2, 58 and E9. RGB value is (162,88,233). Sum of RGB (Red+Green+Blue) = 162+88+233=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #A258E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258E9 is #5DA716. Grayscale: #7E7E7E. Windows color (decimal): -6137623 or 15292578. OLE color: 15292578.

HSL color Cylindrical-coordinate representation of color #A258E9: hue angle of 270.62º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A258E9 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16288233-
CMYK0.300.6200.09
HSL270.62º76.72%62.94%-
HSV(B)270.62º62.23%91.37%-
XYZ33.120.5479.31-
YUV126.66188.02153.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 88 (34.77% from 255) = 18.22%
BLUE value IS 233 (91.41% from 255) = 48.24%
R=33.54%
G=18.22%
B=48.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162882330.300.6200.09270.6276.7262.94
HexA258E91E3E0910f4d3f
Octal242130351367601141711577
Binary1010001010110001110100111110111110010011000011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258E9; }

 p { color: rgb(162,88,233); }

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

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

 a { background-color: rgb(162,88,233); }

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

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

 span { border-color: rgb(162,88,233); }

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