#A255DE

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

Shades of Amethyst #A255DE

Tints of Amethyst #A255DE

Color information

#A255DE (or 0xA255DE) is unknown color: approx Amethyst. HEX triplet: A2, 55 and DE. RGB value is (162,85,222). Sum of RGB (Red+Green+Blue) = 162+85+222=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #A255DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A255DE is #5DAA21. Grayscale: #7B7B7B. Windows color (decimal): -6138402 or 14570914. OLE color: 14570914.

HSL color Cylindrical-coordinate representation of color #A255DE: hue angle of 273.72º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A255DE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16285222-
CMYK0.270.6200.13
HSL273.72º67.49%60.2%-
HSV(B)273.72º61.71%87.06%-
XYZ31.3319.4571.21-
YUV123.64183.51155.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=34.54%
G=18.12%
B=47.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162852220.270.6200.13273.7267.4960.2
HexA255DE1B3E0D112433c
Octal242125336337601542210374
Binary1010001010101011101111011011111110011011000100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A255DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A255DE; }

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

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

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

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

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

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

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

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