#A85DD6

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

Shades of Amethyst #A85DD6

Tints of Amethyst #A85DD6

Color information

#A85DD6 (or 0xA85DD6) is unknown color: approx Amethyst. HEX triplet: A8, 5D and D6. RGB value is (168,93,214). Sum of RGB (Red+Green+Blue) = 168+93+214=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #A85DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DD6 is #57A229. Grayscale: #808080. Windows color (decimal): -5743146 or 14048680. OLE color: 14048680.

HSL color Cylindrical-coordinate representation of color #A85DD6: hue angle of 277.19º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85DD6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16893214-
CMYK0.210.5700.16
HSL277.19º59.61%60.2%-
HSV(B)277.19º56.54%83.92%-
XYZ32.221.0165.98-
YUV129.22175.85155.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=35.37%
G=19.58%
B=45.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168932140.210.5700.16277.1959.6160.2
HexA85DD615390101153c3c
Octal25013532625710204257474
Binary1010100010111011101011010101111001010000100010101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DD6; }

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

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

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

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

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

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

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

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