#A06EBF

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

Shades of Amethyst #A06EBF

Tints of Amethyst #A06EBF

Color information

#A06EBF (or 0xA06EBF) is unknown color: approx Amethyst. HEX triplet: A0, 6E and BF. RGB value is (160,110,191). Sum of RGB (Red+Green+Blue) = 160+110+191=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06EBF is #5F9140. Grayscale: #858585. Windows color (decimal): -6263105 or 12545696. OLE color: 12545696.

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

Color convert

RGB160110191-
CMYK0.160.4200.25
HSL277.04º38.76%59.02%-
HSV(B)277.04º42.41%74.9%-
XYZ29.4822.3952.06-
YUV134.18160.06146.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 191 (75% from 255) = 41.43%
R=34.71%
G=23.86%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601101910.160.4200.25277.0438.7659.02
HexA06EBF102A019115273b
Octal24015627720520314254773
Binary1010000011011101011111110000101010011001100010101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EBF; }

 p { color: rgb(160,110,191); }

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

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

 a { background-color: rgb(160,110,191); }

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

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

 span { border-color: rgb(160,110,191); }

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