#A05CCC

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

Shades of Amethyst #A05CCC

Tints of Amethyst #A05CCC

Color information

#A05CCC (or 0xA05CCC) is unknown color: approx Amethyst. HEX triplet: A0, 5C and CC. RGB value is (160,92,204). Sum of RGB (Red+Green+Blue) = 160+92+204=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCC is #5FA333. Grayscale: #7C7C7C. Windows color (decimal): -6267700 or 13393056. OLE color: 13393056.

HSL color Cylindrical-coordinate representation of color #A05CCC: hue angle of 276.43º degrees, saturation: 0.52, 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 #A05CCC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16092204-
CMYK0.220.5500.2
HSL276.43º52.34%58.04%-
HSV(B)276.43º54.9%80%-
XYZ29.2219.4959.35-
YUV125.1172.53152.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 92 (36.33% from 255) = 20.18%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=35.09%
G=20.18%
B=44.74%

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
Decimal160922040.220.5500.2276.4352.3458.04
HexA05CCC1637014114343a
Octal24013431426670244246472
Binary1010000010111001100110010110110111010100100010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CCC; }

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

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

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

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

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

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

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

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