#A255DA

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

Shades of Amethyst #A255DA

Tints of Amethyst #A255DA

Color information

#A255DA (or 0xA255DA) is unknown color: approx Amethyst. HEX triplet: A2, 55 and DA. RGB value is (162,85,218). Sum of RGB (Red+Green+Blue) = 162+85+218=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A255DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255DA is #5DAA25. Grayscale: #7A7A7A. Windows color (decimal): -6138406 or 14308770. OLE color: 14308770.

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

Color convert

RGB16285218-
CMYK0.260.6100.15
HSL274.74º64.25%59.41%-
HSV(B)274.74º61.01%85.49%-
XYZ30.819.2468.42-
YUV123.18181.51155.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=34.84%
G=18.28%
B=46.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162852180.260.6100.15274.7464.2559.41
HexA255DA1A3D0F113403b
Octal242125332327501742310073
Binary1010001010101011101101011010111101011111000100111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255DA; }

 p { color: rgb(162,85,218); }

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

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

 a { background-color: rgb(162,85,218); }

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

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

 span { border-color: rgb(162,85,218); }

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