#A769CF

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

Shades of Amethyst #A769CF

Tints of Amethyst #A769CF

Color information

#A769CF (or 0xA769CF) is unknown color: approx Amethyst. HEX triplet: A7, 69 and CF. RGB value is (167,105,207). Sum of RGB (Red+Green+Blue) = 167+105+207=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A769CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769CF is #589630. Grayscale: #868686. Windows color (decimal): -5805617 or 13592999. OLE color: 13592999.

HSL color Cylindrical-coordinate representation of color #A769CF: hue angle of 276.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A769CF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167105207-
CMYK0.190.4900.19
HSL276.47º51.52%61.18%-
HSV(B)276.47º49.28%81.18%-
XYZ32.2522.8261.74-
YUV135.17168.54150.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=34.86%
G=21.92%
B=43.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671052070.190.4900.19276.4751.5261.18
HexA769CF1331013114343d
Octal24715131723610234246475
Binary1010011111010011100111110011110001010011100010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769CF; }

 p { color: rgb(167,105,207); }

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

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

 a { background-color: rgb(167,105,207); }

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

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

 span { border-color: rgb(167,105,207); }

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