#A85ADB

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

Shades of Amethyst #A85ADB

Tints of Amethyst #A85ADB

Color information

#A85ADB (or 0xA85ADB) is unknown color: approx Amethyst. HEX triplet: A8, 5A and DB. RGB value is (168,90,219). Sum of RGB (Red+Green+Blue) = 168+90+219=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #A85ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ADB is #57A524. Grayscale: #7F7F7F. Windows color (decimal): -5743909 or 14375592. OLE color: 14375592.

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

Color convert

RGB16890219-
CMYK0.230.5900.14
HSL276.28º64.18%60.59%-
HSV(B)276.28º58.9%85.88%-
XYZ32.5920.7569.31-
YUV128.03179.34156.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 219 (85.94% from 255) = 45.91%
R=35.22%
G=18.87%
B=45.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168902190.230.5900.14276.2864.1860.59
HexA85ADB173B0E114403d
Octal250132333277301642410075
Binary1010100010110101101101110111111011011101000101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85ADB; }

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

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

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

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

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

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

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

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