#A85BED

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

Shades of Amethyst #A85BED

Tints of Amethyst #A85BED

Color information

#A85BED (or 0xA85BED) is unknown color: approx Amethyst. HEX triplet: A8, 5B and ED. RGB value is (168,91,237). Sum of RGB (Red+Green+Blue) = 168+91+237=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A85BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BED is #57A412. Grayscale: #828282. Windows color (decimal): -5743635 or 15555496. OLE color: 15555496.

HSL color Cylindrical-coordinate representation of color #A85BED: hue angle of 271.64º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85BED is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16891237-
CMYK0.290.6200.07
HSL271.64º80.22%64.31%-
HSV(B)271.64º61.6%92.94%-
XYZ35.1821.9282.5-
YUV130.67188.01154.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 91 (35.94% from 255) = 18.35%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=33.87%
G=18.35%
B=47.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168912370.290.6200.07271.6480.2264.31
HexA85BED1D3E071105040
Octal250133355357607420120100
Binary1010100010110111110110111101111110011110001000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BED; }

 p { color: rgb(168,91,237); }

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

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

 a { background-color: rgb(168,91,237); }

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

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

 span { border-color: rgb(168,91,237); }

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