#A06CC1

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

Shades of Amethyst #A06CC1

Tints of Amethyst #A06CC1

Color information

#A06CC1 (or 0xA06CC1) is unknown color: approx Amethyst. HEX triplet: A0, 6C and C1. RGB value is (160,108,193). Sum of RGB (Red+Green+Blue) = 160+108+193=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A06CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CC1 is #5F933E. Grayscale: #848484. Windows color (decimal): -6263615 or 12676256. OLE color: 12676256.

HSL color Cylindrical-coordinate representation of color #A06CC1: hue angle of 276.71º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06CC1 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160108193-
CMYK0.170.4400.24
HSL276.71º40.67%59.02%-
HSV(B)276.71º44.04%75.69%-
XYZ29.4922.0553.15-
YUV133.24161.73147.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=34.71%
G=23.43%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601081930.170.4400.24276.7140.6759.02
HexA06CC1112C018115293b
Octal24015430121540304255173
Binary1010000011011001100000110001101100011000100010101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CC1; }

 p { color: rgb(160,108,193); }

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

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

 a { background-color: rgb(160,108,193); }

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

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

 span { border-color: rgb(160,108,193); }

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