#A867D5

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

Shades of Amethyst #A867D5

Tints of Amethyst #A867D5

Color information

#A867D5 (or 0xA867D5) is unknown color: approx Amethyst. HEX triplet: A8, 67 and D5. RGB value is (168,103,213). Sum of RGB (Red+Green+Blue) = 168+103+213=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #A867D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867D5 is #57982A. Grayscale: #868686. Windows color (decimal): -5740587 or 13985704. OLE color: 13985704.

HSL color Cylindrical-coordinate representation of color #A867D5: hue angle of 275.45º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A867D5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168103213-
CMYK0.210.5200.16
HSL275.45º56.7%61.96%-
HSV(B)275.45º51.64%83.53%-
XYZ33.0122.8365.62-
YUV134.98172.03151.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=34.71%
G=21.28%
B=44.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681032130.210.5200.16275.4556.761.96
HexA867D51534010113393e
Octal25014732525640204237176
Binary1010100011001111101010110101110100010000100010011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867D5; }

 p { color: rgb(168,103,213); }

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

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

 a { background-color: rgb(168,103,213); }

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

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

 span { border-color: rgb(168,103,213); }

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