#A866DB

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

Shades of Amethyst #A866DB

Tints of Amethyst #A866DB

Color information

#A866DB (or 0xA866DB) is unknown color: approx Amethyst. HEX triplet: A8, 66 and DB. RGB value is (168,102,219). Sum of RGB (Red+Green+Blue) = 168+102+219=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A866DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866DB is #579924. Grayscale: #868686. Windows color (decimal): -5740837 or 14378664. OLE color: 14378664.

HSL color Cylindrical-coordinate representation of color #A866DB: hue angle of 273.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A866DB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168102219-
CMYK0.230.5300.14
HSL273.85º61.9%62.94%-
HSV(B)273.85º53.42%85.88%-
XYZ33.6922.9469.67-
YUV135.07175.37151.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=34.36%
G=20.86%
B=44.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681022190.230.5300.14273.8561.962.94
HexA866DB17350E1123e3f
Octal25014633327650164227677
Binary101010001100110110110111011111010101110100010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A866DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A866DB; }

 p { color: rgb(168,102,219); }

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

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

 a { background-color: rgb(168,102,219); }

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

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

 span { border-color: rgb(168,102,219); }

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