#A45FC8

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

Shades of Amethyst #A45FC8

Tints of Amethyst #A45FC8

Color information

#A45FC8 (or 0xA45FC8) is unknown color: approx Amethyst. HEX triplet: A4, 5F and C8. RGB value is (164,95,200). Sum of RGB (Red+Green+Blue) = 164+95+200=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 200 - color contains mainly: blue. Hex color #A45FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FC8 is #5BA037. Grayscale: #7F7F7F. Windows color (decimal): -6004792 or 13131684. OLE color: 13131684.

HSL color Cylindrical-coordinate representation of color #A45FC8: hue angle of 279.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A45FC8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16495200-
CMYK0.180.5200.22
HSL279.43º48.84%57.84%-
HSV(B)279.43º52.5%78.43%-
XYZ29.8320.2556.98-
YUV127.6168.86153.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 200 (78.52% from 255) = 43.57%
R=35.73%
G=20.70%
B=43.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164952000.180.5200.22279.4348.8457.84
HexA45FC81234016117313a
Octal24413731022640264276172
Binary1010010010111111100100010010110100010110100010111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FC8; }

 p { color: rgb(164,95,200); }

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

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

 a { background-color: rgb(164,95,200); }

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

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

 span { border-color: rgb(164,95,200); }

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