#A767DC

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

Shades of Amethyst #A767DC

Tints of Amethyst #A767DC

Color information

#A767DC (or 0xA767DC) is unknown color: approx Amethyst. HEX triplet: A7, 67 and DC. RGB value is (167,103,220). Sum of RGB (Red+Green+Blue) = 167+103+220=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #A767DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DC is #589823. Grayscale: #878787. Windows color (decimal): -5806116 or 14444455. OLE color: 14444455.

HSL color Cylindrical-coordinate representation of color #A767DC: hue angle of 272.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A767DC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167103220-
CMYK0.240.5300.14
HSL272.82º62.57%63.33%-
HSV(B)272.82º53.18%86.27%-
XYZ33.723.0870.39-
YUV135.47175.7150.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 103 (40.62% from 255) = 21.02%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=34.08%
G=21.02%
B=44.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671032200.240.5300.14272.8262.5763.33
HexA767DC18350E1113f3f
Octal24714733430650164217777
Binary101001111100111110111001100011010101110100010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767DC; }

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

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

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

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

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

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

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

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