#A767C4

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

Shades of Amethyst #A767C4

Tints of Amethyst #A767C4

Color information

#A767C4 (or 0xA767C4) is unknown color: approx Amethyst. HEX triplet: A7, 67 and C4. RGB value is (167,103,196). Sum of RGB (Red+Green+Blue) = 167+103+196=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #A767C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767C4 is #58983B. Grayscale: #848484. Windows color (decimal): -5806140 or 12871591. OLE color: 12871591.

HSL color Cylindrical-coordinate representation of color #A767C4: hue angle of 281.29º 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 #A767C4 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167103196-
CMYK0.150.4700.23
HSL281.29º44.08%58.63%-
HSV(B)281.29º47.45%76.86%-
XYZ30.7521.954.83-
YUV132.74163.7152.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 196 (76.95% from 255) = 42.06%
R=35.84%
G=22.10%
B=42.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671031960.150.4700.23281.2944.0858.63
HexA767C4F2F0171192c3b
Octal24714730417570274315473
Binary101001111100111110001001111101111010111100011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767C4; }

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

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

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

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

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

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

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

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