#A05CCF

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

Shades of Amethyst #A05CCF

Tints of Amethyst #A05CCF

Color information

#A05CCF (or 0xA05CCF) is unknown color: approx Amethyst. HEX triplet: A0, 5C and CF. RGB value is (160,92,207). Sum of RGB (Red+Green+Blue) = 160+92+207=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A05CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCF is #5FA330. Grayscale: #7D7D7D. Windows color (decimal): -6267697 or 13589664. OLE color: 13589664.

HSL color Cylindrical-coordinate representation of color #A05CCF: hue angle of 275.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05CCF is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16092207-
CMYK0.230.5600.19
HSL275.48º54.5%58.63%-
HSV(B)275.48º55.56%81.18%-
XYZ29.5919.6361.26-
YUV125.44174.03152.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=34.86%
G=20.04%
B=45.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160922070.230.5600.19275.4854.558.63
HexA05CCF1738013113373b
Octal24013431727700234236773
Binary1010000010111001100111110111111000010011100010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CCF; }

 p { color: rgb(160,92,207); }

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

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

 a { background-color: rgb(160,92,207); }

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

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

 span { border-color: rgb(160,92,207); }

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