#A06BC1

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

Shades of Amethyst #A06BC1

Tints of Amethyst #A06BC1

Color information

#A06BC1 (or 0xA06BC1) is unknown color: approx Amethyst. HEX triplet: A0, 6B and C1. RGB value is (160,107,193). Sum of RGB (Red+Green+Blue) = 160+107+193=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #A06BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BC1 is #5F943E. Grayscale: #848484. Windows color (decimal): -6263871 or 12676000. OLE color: 12676000.

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

Color convert

RGB160107193-
CMYK0.170.4500.24
HSL276.98º40.95%58.82%-
HSV(B)276.98º44.56%75.69%-
XYZ29.3821.8453.12-
YUV132.65162.06147.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=34.78%
G=23.26%
B=41.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601071930.170.4500.24276.9840.9558.82
HexA06BC1112D018115293b
Octal24015330121550304255173
Binary1010000011010111100000110001101101011000100010101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BC1; }

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

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

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

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

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

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

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

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