#a468dd

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

Shades of Amethyst #A468DD

Tints of Amethyst #A468DD

Color information

#A468DD (or 0xA468DD) is unknown color: approx Amethyst. HEX triplet: A4, 68 and DD. RGB value is (164,104,221). Sum of RGB (Red+Green+Blue) = 164+104+221=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #A468DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468DD is #5B9722. Grayscale: #868686. Windows color (decimal): -6002467 or 14510244. OLE color: 14510244.

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

Color convert

RGB164104221-
CMYK0.260.5300.13
HSL270.77º63.24%63.73%-
HSV(B)270.77º52.94%86.67%-
XYZ33.3123.0171.09-
YUV135.28176.38148.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=33.54%
G=21.27%
B=45.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641042210.260.5300.13270.7763.2463.73
HexA468DD1A350D10f3f40
Octal244150335326501541777100
Binary1010010011010001101110111010110101011011000011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a468dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a468dd; }

 p { color: rgb(164,104,221); }

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

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

 a { background-color: rgb(164,104,221); }

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

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

 span { border-color: rgb(164,104,221); }

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