#A867C4

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

Shades of Amethyst #A867C4

Tints of Amethyst #A867C4

Color information

#A867C4 (or 0xA867C4) is unknown color: approx Amethyst. HEX triplet: A8, 67 and C4. RGB value is (168,103,196). Sum of RGB (Red+Green+Blue) = 168+103+196=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #A867C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867C4 is #57983B. Grayscale: #848484. Windows color (decimal): -5740604 or 12871592. OLE color: 12871592.

HSL color Cylindrical-coordinate representation of color #A867C4: hue angle of 281.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A867C4 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB168103196-
CMYK0.140.4700.23
HSL281.94º44.08%58.63%-
HSV(B)281.94º47.45%76.86%-
XYZ30.9622.0154.84-
YUV133.04163.53152.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=35.97%
G=22.06%
B=41.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681031960.140.4700.23281.9444.0858.63
HexA867C4E2F01711a2c3b
Octal25014730416570274325473
Binary101010001100111110001001110101111010111100011010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867C4; }

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

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

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

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

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

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

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

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