#A05BCC

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

Shades of Amethyst #A05BCC

Tints of Amethyst #A05BCC

Color information

#A05BCC (or 0xA05BCC) is unknown color: approx Amethyst. HEX triplet: A0, 5B and CC. RGB value is (160,91,204). Sum of RGB (Red+Green+Blue) = 160+91+204=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BCC is #5FA433. Grayscale: #7C7C7C. Windows color (decimal): -6267956 or 13392800. OLE color: 13392800.

HSL color Cylindrical-coordinate representation of color #A05BCC: hue angle of 276.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05BCC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16091204-
CMYK0.220.5500.2
HSL276.64º52.56%57.84%-
HSV(B)276.64º55.39%80%-
XYZ29.1419.3259.32-
YUV124.51172.86153.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=35.16%
G=20%
B=44.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160912040.220.5500.2276.6452.5657.84
HexA05BCC1637014115353a
Octal24013331426670244256572
Binary1010000010110111100110010110110111010100100010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05BCC; }

 p { color: rgb(160,91,204); }

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

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

 a { background-color: rgb(160,91,204); }

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

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

 span { border-color: rgb(160,91,204); }

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