#A757E4

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

Shades of Amethyst #A757E4

Tints of Amethyst #A757E4

Color information

#A757E4 (or 0xA757E4) is unknown color: approx Amethyst. HEX triplet: A7, 57 and E4. RGB value is (167,87,228). Sum of RGB (Red+Green+Blue) = 167+87+228=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #A757E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A757E4 is #58A81B. Grayscale: #7E7E7E. Windows color (decimal): -5810204 or 14964647. OLE color: 14964647.

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

Color convert

RGB16787228-
CMYK0.270.6200.11
HSL274.04º72.31%61.76%-
HSV(B)274.04º61.84%89.41%-
XYZ33.3520.6375.62-
YUV126.99185156.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 87 (34.38% from 255) = 18.05%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=34.65%
G=18.05%
B=47.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal167872280.270.6200.11274.0472.3161.76
HexA757E41B3E0B112483e
Octal247127344337601342211076
Binary1010011110101111110010011011111110010111000100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A757E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A757E4; }

 p { color: rgb(167,87,228); }

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

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

 a { background-color: rgb(167,87,228); }

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

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

 span { border-color: rgb(167,87,228); }

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