#A55CCD

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

Shades of Amethyst #A55CCD

Tints of Amethyst #A55CCD

Color information

#A55CCD (or 0xA55CCD) is unknown color: approx Amethyst. HEX triplet: A5, 5C and CD. RGB value is (165,92,205). Sum of RGB (Red+Green+Blue) = 165+92+205=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCD is #5AA332. Grayscale: #7E7E7E. Windows color (decimal): -5940019 or 13458597. OLE color: 13458597.

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

Color convert

RGB16592205-
CMYK0.200.5500.20
HSL278.76º53.05%58.24%-
HSV(B)278.76º55.12%80.39%-
XYZ30.3620.0660.03-
YUV126.71172.18155.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=35.71%
G=19.91%
B=44.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165922050.200.5500.20278.7653.0558.24
HexA55CCD1437014117353a
Octal24513431524670244276572
Binary1010010110111001100110110100110111010100100010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CCD; }

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

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

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

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

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

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

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

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