#A55CDE

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

Shades of Amethyst #A55CDE

Tints of Amethyst #A55CDE

Color information

#A55CDE (or 0xA55CDE) is unknown color: approx Amethyst. HEX triplet: A5, 5C and DE. RGB value is (165,92,222). Sum of RGB (Red+Green+Blue) = 165+92+222=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #A55CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDE is #5AA321. Grayscale: #808080. Windows color (decimal): -5940002 or 14572709. OLE color: 14572709.

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

Color convert

RGB16592222-
CMYK0.260.5900.13
HSL273.69º66.33%61.57%-
HSV(B)273.69º58.56%87.06%-
XYZ32.5320.9371.43-
YUV128.65180.68153.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=34.45%
G=19.21%
B=46.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165922220.260.5900.13273.6966.3361.57
HexA55CDE1A3B0D112423e
Octal245134336327301542210276
Binary1010010110111001101111011010111011011011000100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CDE; }

 p { color: rgb(165,92,222); }

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

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

 a { background-color: rgb(165,92,222); }

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

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

 span { border-color: rgb(165,92,222); }

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