#A06CBD

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

Shades of Amethyst #A06CBD

Tints of Amethyst #A06CBD

Color information

#A06CBD (or 0xA06CBD) is unknown color: approx Amethyst. HEX triplet: A0, 6C and BD. RGB value is (160,108,189). Sum of RGB (Red+Green+Blue) = 160+108+189=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A06CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBD is #5F9342. Grayscale: #848484. Windows color (decimal): -6263619 or 12414112. OLE color: 12414112.

HSL color Cylindrical-coordinate representation of color #A06CBD: hue angle of 278.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06CBD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160108189-
CMYK0.150.4300.26
HSL278.52º38.03%58.24%-
HSV(B)278.52º42.86%74.12%-
XYZ29.0521.8750.84-
YUV132.78159.73147.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=35.01%
G=23.63%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601081890.150.4300.26278.5238.0358.24
HexA06CBDF2B01A117263a
Octal24015427517530324274672
Binary101000001101100101111011111101011011010100010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CBD; }

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

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

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

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

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

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

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

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