#A251E4

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

Shades of Amethyst #A251E4

Tints of Amethyst #A251E4

Color information

#A251E4 (or 0xA251E4) is unknown color: approx Amethyst. HEX triplet: A2, 51 and E4. RGB value is (162,81,228). Sum of RGB (Red+Green+Blue) = 162+81+228=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #A251E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251E4 is #5DAE1B. Grayscale: #797979. Windows color (decimal): -6139420 or 14963106. OLE color: 14963106.

HSL color Cylindrical-coordinate representation of color #A251E4: hue angle of 273.06º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A251E4 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16281228-
CMYK0.290.6400.11
HSL273.06º73.13%60.59%-
HSV(B)273.06º64.47%89.41%-
XYZ31.8519.1775.42-
YUV121.98187.84156.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 228 (89.45% from 255) = 48.41%
R=34.39%
G=17.20%
B=48.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162812280.290.6400.11273.0673.1360.59
HexA251E41D400B111493d
Octal2421213443510001342111175
Binary10100010101000111100100111011000000010111000100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251E4; }

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

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

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

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

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

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

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

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