#A769DA

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

Shades of Amethyst #A769DA

Tints of Amethyst #A769DA

Color information

#A769DA (or 0xA769DA) is unknown color: approx Amethyst. HEX triplet: A7, 69 and DA. RGB value is (167,105,218). Sum of RGB (Red+Green+Blue) = 167+105+218=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #A769DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769DA is #589625. Grayscale: #888888. Windows color (decimal): -5805606 or 14313895. OLE color: 14313895.

HSL color Cylindrical-coordinate representation of color #A769DA: hue angle of 272.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A769DA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167105218-
CMYK0.230.5200.15
HSL272.92º60.43%63.33%-
HSV(B)272.92º51.83%85.49%-
XYZ33.6423.3869.07-
YUV136.42174.04149.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=34.08%
G=21.43%
B=44.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1671052180.230.5200.15272.9260.4363.33
HexA769DA17340F1113c3f
Octal24715133227640174217477
Binary101001111101001110110101011111010001111100010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769DA; }

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

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

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

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

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

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

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

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