#A867D4

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

Shades of Amethyst #A867D4

Tints of Amethyst #A867D4

Color information

#A867D4 (or 0xA867D4) is unknown color: approx Amethyst. HEX triplet: A8, 67 and D4. RGB value is (168,103,212). Sum of RGB (Red+Green+Blue) = 168+103+212=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A867D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867D4 is #57982B. Grayscale: #868686. Windows color (decimal): -5740588 or 13920168. OLE color: 13920168.

HSL color Cylindrical-coordinate representation of color #A867D4: hue angle of 275.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A867D4 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168103212-
CMYK0.210.5100.17
HSL275.78º55.9%61.76%-
HSV(B)275.78º51.42%83.14%-
XYZ32.8822.7864.95-
YUV134.86171.53151.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=34.78%
G=21.33%
B=43.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681032120.210.5100.17275.7855.961.76
HexA867D41533011114383e
Octal25014732425630214247076
Binary1010100011001111101010010101110011010001100010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867D4; }

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

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

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

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

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

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

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

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