#A55CDB

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

Shades of Amethyst #A55CDB

Tints of Amethyst #A55CDB

Color information

#A55CDB (or 0xA55CDB) is unknown color: approx Amethyst. HEX triplet: A5, 5C and DB. RGB value is (165,92,219). Sum of RGB (Red+Green+Blue) = 165+92+219=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #A55CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CDB is #5AA324. Grayscale: #7F7F7F. Windows color (decimal): -5940005 or 14376101. OLE color: 14376101.

HSL color Cylindrical-coordinate representation of color #A55CDB: hue angle of 274.49º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55CDB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16592219-
CMYK0.250.5800.14
HSL274.49º63.82%60.98%-
HSV(B)274.49º57.99%85.88%-
XYZ32.1320.7769.33-
YUV128.3179.18154.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=34.66%
G=19.33%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165922190.250.5800.14274.4963.8260.98
HexA55CDB193A0E112403d
Octal245134333317201642210075
Binary1010010110111001101101111001111010011101000100101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CDB; }

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

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

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

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

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

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

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

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