#A85DD0

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

Shades of Amethyst #A85DD0

Tints of Amethyst #A85DD0

Color information

#A85DD0 (or 0xA85DD0) is unknown color: approx Amethyst. HEX triplet: A8, 5D and D0. RGB value is (168,93,208). Sum of RGB (Red+Green+Blue) = 168+93+208=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #A85DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DD0 is #57A22F. Grayscale: #808080. Windows color (decimal): -5743152 or 13655464. OLE color: 13655464.

HSL color Cylindrical-coordinate representation of color #A85DD0: hue angle of 279.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85DD0 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16893208-
CMYK0.190.5500.18
HSL279.13º55.02%59.02%-
HSV(B)279.13º55.29%81.57%-
XYZ31.4520.7162.01-
YUV128.54172.85156.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 208 (81.64% from 255) = 44.35%
R=35.82%
G=19.83%
B=44.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168932080.190.5500.18279.1355.0259.02
HexA85DD01337012117373b
Octal25013532023670224276773
Binary1010100010111011101000010011110111010010100010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DD0; }

 p { color: rgb(168,93,208); }

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

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

 a { background-color: rgb(168,93,208); }

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

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

 span { border-color: rgb(168,93,208); }

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