#A254DC

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

Shades of Amethyst #A254DC

Tints of Amethyst #A254DC

Color information

#A254DC (or 0xA254DC) is unknown color: approx Amethyst. HEX triplet: A2, 54 and DC. RGB value is (162,84,220). Sum of RGB (Red+Green+Blue) = 162+84+220=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #A254DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A254DC is #5DAB23. Grayscale: #7A7A7A. Windows color (decimal): -6138660 or 14439586. OLE color: 14439586.

HSL color Cylindrical-coordinate representation of color #A254DC: hue angle of 274.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A254DC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16284220-
CMYK0.260.6200.14
HSL274.41º66.02%59.61%-
HSV(B)274.41º61.82%86.27%-
XYZ30.9919.1969.78-
YUV122.83182.84155.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=34.76%
G=18.03%
B=47.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162842200.260.6200.14274.4166.0259.61
HexA254DC1A3E0E112423c
Octal242124334327601642210274
Binary1010001010101001101110011010111110011101000100101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A254DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A254DC; }

 p { color: rgb(162,84,220); }

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

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

 a { background-color: rgb(162,84,220); }

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

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

 span { border-color: rgb(162,84,220); }

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