#A85CE7

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

Shades of Amethyst #A85CE7

Tints of Amethyst #A85CE7

Color information

#A85CE7 (or 0xA85CE7) is unknown color: approx Amethyst. HEX triplet: A8, 5C and E7. RGB value is (168,92,231). Sum of RGB (Red+Green+Blue) = 168+92+231=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #A85CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CE7 is #57A318. Grayscale: #828282. Windows color (decimal): -5743385 or 15162536. OLE color: 15162536.

HSL color Cylindrical-coordinate representation of color #A85CE7: hue angle of 272.81º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85CE7 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16892231-
CMYK0.270.6000.09
HSL272.81º74.33%63.33%-
HSV(B)272.81º60.17%90.59%-
XYZ34.421.7577.99-
YUV130.57184.68154.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 231 (90.62% from 255) = 47.05%
R=34.22%
G=18.74%
B=47.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168922310.270.6000.09272.8174.3363.33
HexA85CE71B3C091114a3f
Octal250134347337401142111277
Binary1010100010111001110011111011111100010011000100011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CE7; }

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

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

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

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

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

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

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

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