#A451DE

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

Shades of Amethyst #A451DE

Tints of Amethyst #A451DE

Color information

#A451DE (or 0xA451DE) is unknown color: approx Amethyst. HEX triplet: A4, 51 and DE. RGB value is (164,81,222). Sum of RGB (Red+Green+Blue) = 164+81+222=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A451DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451DE is #5BAE21. Grayscale: #797979. Windows color (decimal): -6008354 or 14569892. OLE color: 14569892.

HSL color Cylindrical-coordinate representation of color #A451DE: hue angle of 275.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A451DE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16481222-
CMYK0.260.6400.13
HSL275.32º68.12%59.41%-
HSV(B)275.32º63.51%87.06%-
XYZ31.4419.0571.13-
YUV121.89184.5158.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=35.12%
G=17.34%
B=47.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164812220.260.6400.13275.3268.1259.41
HexA451DE1A400D113443b
Octal2441213363210001542310473
Binary10100100101000111011110110101000000011011000100111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A451DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A451DE; }

 p { color: rgb(164,81,222); }

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

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

 a { background-color: rgb(164,81,222); }

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

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

 span { border-color: rgb(164,81,222); }

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