#A45CCB

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

Shades of Amethyst #A45CCB

Tints of Amethyst #A45CCB

Color information

#A45CCB (or 0xA45CCB) is unknown color: approx Amethyst. HEX triplet: A4, 5C and CB. RGB value is (164,92,203). Sum of RGB (Red+Green+Blue) = 164+92+203=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #A45CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCB is #5BA334. Grayscale: #7D7D7D. Windows color (decimal): -6005557 or 13327524. OLE color: 13327524.

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

Color convert

RGB16492203-
CMYK0.190.5500.20
HSL278.92º51.63%57.84%-
HSV(B)278.92º54.68%79.61%-
XYZ29.9219.8658.76-
YUV126.18171.35154.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=35.73%
G=20.04%
B=44.23%

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
Decimal164922030.190.5500.20278.9251.6357.84
HexA45CCB1337014117343a
Octal24413431323670244276472
Binary1010010010111001100101110011110111010100100010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CCB; }

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

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

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

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

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

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

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

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