#A256E4

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

Shades of Amethyst #A256E4

Tints of Amethyst #A256E4

Color information

#A256E4 (or 0xA256E4) is unknown color: approx Amethyst. HEX triplet: A2, 56 and E4. RGB value is (162,86,228). Sum of RGB (Red+Green+Blue) = 162+86+228=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #A256E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256E4 is #5DA91B. Grayscale: #7C7C7C. Windows color (decimal): -6138140 or 14964386. OLE color: 14964386.

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

Color convert

RGB16286228-
CMYK0.290.6200.11
HSL272.11º72.45%61.57%-
HSV(B)272.11º62.28%89.41%-
XYZ32.2319.9475.55-
YUV124.91186.18154.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 228 (89.45% from 255) = 47.90%
R=34.03%
G=18.07%
B=47.90%

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
Decimal162862280.290.6200.11272.1172.4561.57
HexA256E41D3E0B110483e
Octal242126344357601342011076
Binary1010001010101101110010011101111110010111000100001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256E4; }

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

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

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

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

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

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

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

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