#A257DC

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

Shades of Amethyst #A257DC

Tints of Amethyst #A257DC

Color information

#A257DC (or 0xA257DC) is unknown color: approx Amethyst. HEX triplet: A2, 57 and DC. RGB value is (162,87,220). Sum of RGB (Red+Green+Blue) = 162+87+220=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A257DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A257DC is #5DA823. Grayscale: #7C7C7C. Windows color (decimal): -6137892 or 14440354. OLE color: 14440354.

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

Color convert

RGB16287220-
CMYK0.260.6000.14
HSL273.83º65.52%60.2%-
HSV(B)273.83º60.45%86.27%-
XYZ31.2319.6769.86-
YUV124.59181.85154.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 87 (34.38% from 255) = 18.55%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=34.54%
G=18.55%
B=46.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162872200.260.6000.14273.8365.5260.2
HexA257DC1A3C0E112423c
Octal242127334327401642210274
Binary1010001010101111101110011010111100011101000100101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257DC; }

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

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

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

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

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

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

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

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