#A767CD

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

Shades of Amethyst #A767CD

Tints of Amethyst #A767CD

Color information

#A767CD (or 0xA767CD) is unknown color: approx Amethyst. HEX triplet: A7, 67 and CD. RGB value is (167,103,205). Sum of RGB (Red+Green+Blue) = 167+103+205=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #A767CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767CD is #589832. Grayscale: #858585. Windows color (decimal): -5806131 or 13461415. OLE color: 13461415.

HSL color Cylindrical-coordinate representation of color #A767CD: hue angle of 277.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A767CD is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167103205-
CMYK0.190.5000.20
HSL277.65º50.5%60.39%-
HSV(B)277.65º49.76%80.39%-
XYZ31.8122.3260.39-
YUV133.76168.2151.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=35.16%
G=21.68%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671032050.190.5000.20277.6550.560.39
HexA767CD1332014116323c
Octal24714731523620244266274
Binary1010011111001111100110110011110010010100100010110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767CD; }

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

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

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

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

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

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

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

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