#A258DF

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

Shades of Amethyst #A258DF

Tints of Amethyst #A258DF

Color information

#A258DF (or 0xA258DF) is unknown color: approx Amethyst. HEX triplet: A2, 58 and DF. RGB value is (162,88,223). Sum of RGB (Red+Green+Blue) = 162+88+223=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A258DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258DF is #5DA720. Grayscale: #7D7D7D. Windows color (decimal): -6137633 or 14637218. OLE color: 14637218.

HSL color Cylindrical-coordinate representation of color #A258DF: hue angle of 272.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A258DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16288223-
CMYK0.270.6100.13
HSL272.89º67.84%60.98%-
HSV(B)272.89º60.54%87.45%-
XYZ31.7119.9972-
YUV125.52183.02154.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=34.25%
G=18.60%
B=47.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162882230.270.6100.13272.8967.8460.98
HexA258DF1B3D0D111443d
Octal242130337337501542110475
Binary1010001010110001101111111011111101011011000100011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A258DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A258DF; }

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

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

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

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

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

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

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

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