#A251E7

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

Shades of Amethyst #A251E7

Tints of Amethyst #A251E7

Color information

#A251E7 (or 0xA251E7) is unknown color: approx Amethyst. HEX triplet: A2, 51 and E7. RGB value is (162,81,231). Sum of RGB (Red+Green+Blue) = 162+81+231=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #A251E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A251E7 is #5DAE18. Grayscale: #797979. Windows color (decimal): -6139417 or 15159714. OLE color: 15159714.

HSL color Cylindrical-coordinate representation of color #A251E7: hue angle of 272.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A251E7 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16281231-
CMYK0.300.6500.09
HSL272.4º75.76%61.18%-
HSV(B)272.4º64.94%90.59%-
XYZ32.2719.3477.63-
YUV122.32189.34156.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 81 (32.03% from 255) = 17.09%
BLUE value IS 231 (90.62% from 255) = 48.73%
R=34.18%
G=17.09%
B=48.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162812310.300.6500.09272.475.7661.18
HexA251E71E41091104c3d
Octal2421213473610101142011475
Binary10100010101000111100111111101000001010011000100001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251E7; }

 p { color: rgb(162,81,231); }

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

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

 a { background-color: rgb(162,81,231); }

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

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

 span { border-color: rgb(162,81,231); }

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