#A85CDF

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

Shades of Amethyst #A85CDF

Tints of Amethyst #A85CDF

Color information

#A85CDF (or 0xA85CDF) is unknown color: approx Amethyst. HEX triplet: A8, 5C and DF. RGB value is (168,92,223). Sum of RGB (Red+Green+Blue) = 168+92+223=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CDF is #57A320. Grayscale: #818181. Windows color (decimal): -5743393 or 14638248. OLE color: 14638248.

HSL color Cylindrical-coordinate representation of color #A85CDF: hue angle of 274.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85CDF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16892223-
CMYK0.250.5900.13
HSL274.81º67.18%61.76%-
HSV(B)274.81º58.74%87.45%-
XYZ33.2921.3172.17-
YUV129.66180.68155.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 92 (36.33% from 255) = 19.05%
BLUE value IS 223 (87.5% from 255) = 46.17%
R=34.78%
G=19.05%
B=46.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168922230.250.5900.13274.8167.1861.76
HexA85CDF193B0D113433e
Octal250134337317301542310376
Binary1010100010111001101111111001111011011011000100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CDF; }

 p { color: rgb(168,92,223); }

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

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

 a { background-color: rgb(168,92,223); }

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

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

 span { border-color: rgb(168,92,223); }

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