#A455D7

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

Shades of Amethyst #A455D7

Tints of Amethyst #A455D7

Color information

#A455D7 (or 0xA455D7) is unknown color: approx Amethyst. HEX triplet: A4, 55 and D7. RGB value is (164,85,215). Sum of RGB (Red+Green+Blue) = 164+85+215=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 215 (84.38% from 255 or 46.34% from 464); Max value from RGB is 215 - color contains mainly: blue. Hex color #A455D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A455D7 is #5BAA28. Grayscale: #7B7B7B. Windows color (decimal): -6007337 or 14112164. OLE color: 14112164.

HSL color Cylindrical-coordinate representation of color #A455D7: hue angle of 276.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A455D7 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16485215-
CMYK0.240.6000.16
HSL276.46º61.9%58.82%-
HSV(B)276.46º60.47%84.31%-
XYZ30.8219.366.39-
YUV123.44179.67156.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 215 (84.38% from 255) = 46.34%
R=35.34%
G=18.32%
B=46.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164852150.240.6000.16276.4661.958.82
HexA455D7183C0101143e3b
Octal24412532730740204247673
Binary1010010010101011101011111000111100010000100010100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455D7; }

 p { color: rgb(164,85,215); }

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

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

 a { background-color: rgb(164,85,215); }

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

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

 span { border-color: rgb(164,85,215); }

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