#A867DB

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

Shades of Amethyst #A867DB

Tints of Amethyst #A867DB

Color information

#A867DB (or 0xA867DB) is unknown color: approx Amethyst. HEX triplet: A8, 67 and DB. RGB value is (168,103,219). Sum of RGB (Red+Green+Blue) = 168+103+219=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A867DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DB is #579824. Grayscale: #878787. Windows color (decimal): -5740581 or 14378920. OLE color: 14378920.

HSL color Cylindrical-coordinate representation of color #A867DB: hue angle of 273.62º 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 #A867DB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168103219-
CMYK0.230.5300.14
HSL273.62º61.7%63.14%-
HSV(B)273.62º52.97%85.88%-
XYZ33.7823.1469.7-
YUV135.66175.03151.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=34.29%
G=21.02%
B=44.69%

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
Decimal1681032190.230.5300.14273.6261.763.14
HexA867DB17350E1123e3f
Octal25014733327650164227677
Binary101010001100111110110111011111010101110100010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867DB; }

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

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

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

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

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

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

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

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