#a55bd3

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

Shades of Amethyst #A55BD3

Tints of Amethyst #A55BD3

Color information

#A55BD3 (or 0xA55BD3) is unknown color: approx Amethyst. HEX triplet: A5, 5B and D3. RGB value is (165,91,211). Sum of RGB (Red+Green+Blue) = 165+91+211=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #A55BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55BD3 is #5AA42C. Grayscale: #7E7E7E. Windows color (decimal): -5940269 or 13851557. OLE color: 13851557.

HSL color Cylindrical-coordinate representation of color #A55BD3: hue angle of 277º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55BD3 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16591211-
CMYK0.220.5700.17
HSL277º57.69%59.22%-
HSV(B)277º56.87%82.75%-
XYZ31.0220.1863.89-
YUV126.81175.52155.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 211 (82.81% from 255) = 45.18%
R=35.33%
G=19.49%
B=45.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165912110.220.5700.1727757.6959.22
HexA55BD316390111153a3b
Octal24513332326710214257273
Binary1010010110110111101001110110111001010001100010101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55bd3; }

 p { color: rgb(165,91,211); }

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

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

 a { background-color: rgb(165,91,211); }

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

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

 span { border-color: rgb(165,91,211); }

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