#A06DBF

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

Shades of Amethyst #A06DBF

Tints of Amethyst #A06DBF

Color information

#A06DBF (or 0xA06DBF) is unknown color: approx Amethyst. HEX triplet: A0, 6D and BF. RGB value is (160,109,191). Sum of RGB (Red+Green+Blue) = 160+109+191=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DBF is #5F9240. Grayscale: #858585. Windows color (decimal): -6263361 or 12545440. OLE color: 12545440.

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

Color convert

RGB160109191-
CMYK0.160.4300.25
HSL277.32º39.05%58.82%-
HSV(B)277.32º42.93%74.9%-
XYZ29.3722.1752.02-
YUV133.6160.4146.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 109 (42.97% from 255) = 23.70%
BLUE value IS 191 (75% from 255) = 41.52%
R=34.78%
G=23.70%
B=41.52%

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
Decimal1601091910.160.4300.25277.3239.0558.82
HexA06DBF102B019115273b
Octal24015527720530314254773
Binary1010000011011011011111110000101011011001100010101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DBF; }

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

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

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

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

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

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

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

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