#A158CD

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

Shades of Amethyst #A158CD

Tints of Amethyst #A158CD

Color information

#A158CD (or 0xA158CD) is unknown color: approx Amethyst. HEX triplet: A1, 58 and CD. RGB value is (161,88,205). Sum of RGB (Red+Green+Blue) = 161+88+205=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #A158CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158CD is #5EA732. Grayscale: #7A7A7A. Windows color (decimal): -6203187 or 13457569. OLE color: 13457569.

HSL color Cylindrical-coordinate representation of color #A158CD: hue angle of 277.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A158CD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16188205-
CMYK0.210.5700.20
HSL277.44º53.92%57.45%-
HSV(B)277.44º57.07%80.39%-
XYZ29.2118.9659.88-
YUV123.16174.18154.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=35.46%
G=19.38%
B=45.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161882050.210.5700.20277.4453.9257.45
HexA158CD15390141153639
Octal24113031525710244256671
Binary1010000110110001100110110101111001010100100010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158CD; }

 p { color: rgb(161,88,205); }

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

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

 a { background-color: rgb(161,88,205); }

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

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

 span { border-color: rgb(161,88,205); }

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