#A85BE4

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

Shades of Amethyst #A85BE4

Tints of Amethyst #A85BE4

Color information

#A85BE4 (or 0xA85BE4) is unknown color: approx Amethyst. HEX triplet: A8, 5B and E4. RGB value is (168,91,228). Sum of RGB (Red+Green+Blue) = 168+91+228=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #A85BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BE4 is #57A41B. Grayscale: #818181. Windows color (decimal): -5743644 or 14965672. OLE color: 14965672.

HSL color Cylindrical-coordinate representation of color #A85BE4: hue angle of 273.72º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85BE4 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16891228-
CMYK0.260.6000.11
HSL273.72º71.73%62.55%-
HSV(B)273.72º60.09%89.41%-
XYZ33.8921.4175.74-
YUV129.64183.51155.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=34.50%
G=18.69%
B=46.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168912280.260.6000.11273.7271.7362.55
HexA85BE41A3C0B112483f
Octal250133344327401342211077
Binary1010100010110111110010011010111100010111000100101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BE4; }

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

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

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

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

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

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

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

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