#A767CA

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

Shades of Amethyst #A767CA

Tints of Amethyst #A767CA

Color information

#A767CA (or 0xA767CA) is unknown color: approx Amethyst. HEX triplet: A7, 67 and CA. RGB value is (167,103,202). Sum of RGB (Red+Green+Blue) = 167+103+202=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A767CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767CA is #589835. Grayscale: #858585. Windows color (decimal): -5806134 or 13264807. OLE color: 13264807.

HSL color Cylindrical-coordinate representation of color #A767CA: hue angle of 278.79º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A767CA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167103202-
CMYK0.170.4900.21
HSL278.79º48.29%59.8%-
HSV(B)278.79º49.01%79.22%-
XYZ31.4522.1858.5-
YUV133.42166.7151.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=35.38%
G=21.82%
B=42.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671032020.170.4900.21278.7948.2959.8
HexA767CA1131015117303c
Octal24714731221610254276074
Binary1010011111001111100101010001110001010101100010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767CA; }

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

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

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

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

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

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

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

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