#A058CD

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

Shades of Amethyst #A058CD

Tints of Amethyst #A058CD

Color information

#A058CD (or 0xA058CD) is unknown color: approx Amethyst. HEX triplet: A0, 58 and CD. RGB value is (160,88,205). Sum of RGB (Red+Green+Blue) = 160+88+205=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #A058CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058CD is #5FA732. Grayscale: #7A7A7A. Windows color (decimal): -6268723 or 13457568. OLE color: 13457568.

HSL color Cylindrical-coordinate representation of color #A058CD: hue angle of 276.92º 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 #A058CD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16088205-
CMYK0.220.5700.20
HSL276.92º53.92%57.45%-
HSV(B)276.92º57.07%80.39%-
XYZ29.0118.8659.87-
YUV122.87174.35154.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=35.32%
G=19.43%
B=45.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160882050.220.5700.20276.9253.9257.45
HexA058CD16390141153639
Octal24013031526710244256671
Binary1010000010110001100110110110111001010100100010101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058CD; }

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

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

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

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

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

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

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

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