#A85FCB

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

Shades of Amethyst #A85FCB

Tints of Amethyst #A85FCB

Color information

#A85FCB (or 0xA85FCB) is unknown color: approx Amethyst. HEX triplet: A8, 5F and CB. RGB value is (168,95,203). Sum of RGB (Red+Green+Blue) = 168+95+203=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A85FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCB is #57A034. Grayscale: #808080. Windows color (decimal): -5742645 or 13328296. OLE color: 13328296.

HSL color Cylindrical-coordinate representation of color #A85FCB: hue angle of 280.56º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85FCB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16895203-
CMYK0.170.5300.20
HSL280.56º50.94%58.43%-
HSV(B)280.56º53.2%79.61%-
XYZ31.0220.8258.88-
YUV129.14169.68155.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=36.05%
G=20.39%
B=43.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168952030.170.5300.20280.5650.9458.43
HexA85FCB1135014119333a
Octal25013731321650244316372
Binary1010100010111111100101110001110101010100100011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FCB; }

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

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

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

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

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

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

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

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