#A85FDA

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

Shades of Amethyst #A85FDA

Tints of Amethyst #A85FDA

Color information

#A85FDA (or 0xA85FDA) is unknown color: approx Amethyst. HEX triplet: A8, 5F and DA. RGB value is (168,95,218). Sum of RGB (Red+Green+Blue) = 168+95+218=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A85FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDA is #57A025. Grayscale: #828282. Windows color (decimal): -5742630 or 14311336. OLE color: 14311336.

HSL color Cylindrical-coordinate representation of color #A85FDA: hue angle of 275.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85FDA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16895218-
CMYK0.230.5600.15
HSL275.61º62.44%61.37%-
HSV(B)275.61º56.42%85.49%-
XYZ32.921.5768.76-
YUV130.85177.18154.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 95 (37.5% from 255) = 19.75%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=34.93%
G=19.75%
B=45.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168952180.230.5600.15275.6162.4461.37
HexA85FDA17380F1143e3d
Octal25013733227700174247675
Binary101010001011111110110101011111100001111100010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FDA; }

 p { color: rgb(168,95,218); }

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

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

 a { background-color: rgb(168,95,218); }

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

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

 span { border-color: rgb(168,95,218); }

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