#A55FCD

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

Shades of Amethyst #A55FCD

Tints of Amethyst #A55FCD

Color information

#A55FCD (or 0xA55FCD) is unknown color: approx Amethyst. HEX triplet: A5, 5F and CD. RGB value is (165,95,205). Sum of RGB (Red+Green+Blue) = 165+95+205=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCD is #5AA032. Grayscale: #808080. Windows color (decimal): -5939251 or 13459365. OLE color: 13459365.

HSL color Cylindrical-coordinate representation of color #A55FCD: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A55FCD is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16595205-
CMYK0.200.5400.20
HSL278.18º52.38%58.82%-
HSV(B)278.18º53.66%80.39%-
XYZ30.6320.5960.12-
YUV128.47171.19154.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=35.48%
G=20.43%
B=44.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165952050.200.5400.20278.1852.3858.82
HexA55FCD1436014116343b
Octal24513731524660244266473
Binary1010010110111111100110110100110110010100100010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FCD; }

 p { color: rgb(165,95,205); }

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

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

 a { background-color: rgb(165,95,205); }

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

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

 span { border-color: rgb(165,95,205); }

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