#A356E4

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

Shades of Amethyst #A356E4

Tints of Amethyst #A356E4

Color information

#A356E4 (or 0xA356E4) is unknown color: approx Amethyst. HEX triplet: A3, 56 and E4. RGB value is (163,86,228). Sum of RGB (Red+Green+Blue) = 163+86+228=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #A356E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A356E4 is #5CA91B. Grayscale: #7C7C7C. Windows color (decimal): -6072604 or 14964387. OLE color: 14964387.

HSL color Cylindrical-coordinate representation of color #A356E4: hue angle of 272.54º 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 #A356E4 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16386228-
CMYK0.290.6200.11
HSL272.54º72.45%61.57%-
HSV(B)272.54º62.28%89.41%-
XYZ32.4420.0475.56-
YUV125.21186.01154.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 86 (33.98% from 255) = 18.03%
BLUE value IS 228 (89.45% from 255) = 47.80%
R=34.17%
G=18.03%
B=47.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163862280.290.6200.11272.5472.4561.57
HexA356E41D3E0B111483e
Octal243126344357601342111076
Binary1010001110101101110010011101111110010111000100011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A356E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A356E4; }

 p { color: rgb(163,86,228); }

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

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

 a { background-color: rgb(163,86,228); }

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

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

 span { border-color: rgb(163,86,228); }

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