#A55CCB

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

Shades of Amethyst #A55CCB

Tints of Amethyst #A55CCB

Color information

#A55CCB (or 0xA55CCB) is unknown color: approx Amethyst. HEX triplet: A5, 5C and CB. RGB value is (165,92,203). Sum of RGB (Red+Green+Blue) = 165+92+203=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCB is #5AA334. Grayscale: #7E7E7E. Windows color (decimal): -5940021 or 13327525. OLE color: 13327525.

HSL color Cylindrical-coordinate representation of color #A55CCB: hue angle of 279.46º degrees, saturation: 0.52, 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 #A55CCB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16592203-
CMYK0.190.5500.20
HSL279.46º51.63%57.84%-
HSV(B)279.46º54.68%79.61%-
XYZ30.1219.9758.77-
YUV126.48171.18155.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=35.87%
G=20%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165922030.190.5500.20279.4651.6357.84
HexA55CCB1337014117343a
Octal24513431323670244276472
Binary1010010110111001100101110011110111010100100010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55CCB; }

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

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

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

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

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

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

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

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