#A764D0

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

Shades of Amethyst #A764D0

Tints of Amethyst #A764D0

Color information

#A764D0 (or 0xA764D0) is unknown color: approx Amethyst. HEX triplet: A7, 64 and D0. RGB value is (167,100,208). Sum of RGB (Red+Green+Blue) = 167+100+208=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #A764D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764D0 is #589B2F. Grayscale: #838383. Windows color (decimal): -5806896 or 13657255. OLE color: 13657255.

HSL color Cylindrical-coordinate representation of color #A764D0: hue angle of 277.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A764D0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167100208-
CMYK0.200.5200.18
HSL277.22º53.47%60.39%-
HSV(B)277.22º51.92%81.57%-
XYZ31.8821.8862.22-
YUV132.34170.7152.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=35.16%
G=21.05%
B=43.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671002080.200.5200.18277.2253.4760.39
HexA764D01434012115353c
Octal24714432024640224256574
Binary1010011111001001101000010100110100010010100010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764D0; }

 p { color: rgb(167,100,208); }

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

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

 a { background-color: rgb(167,100,208); }

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

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

 span { border-color: rgb(167,100,208); }

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