#A767DD

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

Shades of Amethyst #A767DD

Tints of Amethyst #A767DD

Color information

#A767DD (or 0xA767DD) is unknown color: approx Amethyst. HEX triplet: A7, 67 and DD. RGB value is (167,103,221). Sum of RGB (Red+Green+Blue) = 167+103+221=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A767DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DD is #589822. Grayscale: #878787. Windows color (decimal): -5806115 or 14509991. OLE color: 14509991.

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

Color convert

RGB167103221-
CMYK0.240.5300.13
HSL272.54º63.44%63.53%-
HSV(B)272.54º53.39%86.67%-
XYZ33.8423.1471.09-
YUV135.59176.2150.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=34.01%
G=20.98%
B=45.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1671032210.240.5300.13272.5463.4463.53
HexA767DD18350D1113f40
Octal247147335306501542177100
Binary1010011111001111101110111000110101011011000100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A767DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A767DD; }

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

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

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

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

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

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

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

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