#A85FDC

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

Shades of Amethyst #A85FDC

Tints of Amethyst #A85FDC

Color information

#A85FDC (or 0xA85FDC) is unknown color: approx Amethyst. HEX triplet: A8, 5F and DC. RGB value is (168,95,220). Sum of RGB (Red+Green+Blue) = 168+95+220=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #A85FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDC is #57A023. Grayscale: #828282. Windows color (decimal): -5742628 or 14442408. OLE color: 14442408.

HSL color Cylindrical-coordinate representation of color #A85FDC: hue angle of 275.04º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85FDC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16895220-
CMYK0.240.5700.14
HSL275.04º64.1%61.76%-
HSV(B)275.04º56.82%86.27%-
XYZ33.1621.6870.15-
YUV131.08178.18154.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=34.78%
G=19.67%
B=45.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168952200.240.5700.14275.0464.161.76
HexA85FDC18390E113403e
Octal250137334307101642310076
Binary1010100010111111101110011000111001011101000100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FDC; }

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

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

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

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

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

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

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

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