#A06CBE

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

Shades of Amethyst #A06CBE

Tints of Amethyst #A06CBE

Color information

#A06CBE (or 0xA06CBE) is unknown color: approx Amethyst. HEX triplet: A0, 6C and BE. RGB value is (160,108,190). Sum of RGB (Red+Green+Blue) = 160+108+190=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBE is #5F9341. Grayscale: #848484. Windows color (decimal): -6263618 or 12479648. OLE color: 12479648.

HSL color Cylindrical-coordinate representation of color #A06CBE: hue angle of 278.05º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06CBE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160108190-
CMYK0.160.4300.25
HSL278.05º38.68%58.43%-
HSV(B)278.05º43.16%74.51%-
XYZ29.1521.9251.41-
YUV132.9160.23147.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=34.93%
G=23.58%
B=41.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601081900.160.4300.25278.0538.6858.43
HexA06CBE102B019116273a
Octal24015427620530314264772
Binary1010000011011001011111010000101011011001100010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CBE; }

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

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

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

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

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

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

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

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