#A258D6

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

Shades of Amethyst #A258D6

Tints of Amethyst #A258D6

Color information

#A258D6 (or 0xA258D6) is unknown color: approx Amethyst. HEX triplet: A2, 58 and D6. RGB value is (162,88,214). Sum of RGB (Red+Green+Blue) = 162+88+214=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #A258D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258D6 is #5DA729. Grayscale: #7C7C7C. Windows color (decimal): -6137642 or 14047394. OLE color: 14047394.

HSL color Cylindrical-coordinate representation of color #A258D6: hue angle of 275.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A258D6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16288214-
CMYK0.240.5900.16
HSL275.24º60.58%59.22%-
HSV(B)275.24º58.88%83.92%-
XYZ30.5319.5265.78-
YUV124.49178.52154.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 88 (34.77% from 255) = 18.97%
BLUE value IS 214 (83.98% from 255) = 46.12%
R=34.91%
G=18.97%
B=46.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162882140.240.5900.16275.2460.5859.22
HexA258D6183B0101133d3b
Octal24213032630730204237573
Binary1010001010110001101011011000111011010000100010011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258D6; }

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

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

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

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

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

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

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

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