#A769CD

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

Shades of Amethyst #A769CD

Tints of Amethyst #A769CD

Color information

#A769CD (or 0xA769CD) is unknown color: approx Amethyst. HEX triplet: A7, 69 and CD. RGB value is (167,105,205). Sum of RGB (Red+Green+Blue) = 167+105+205=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A769CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769CD is #589632. Grayscale: #868686. Windows color (decimal): -5805619 or 13461927. OLE color: 13461927.

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

Color convert

RGB167105205-
CMYK0.190.4900.20
HSL277.2º50%60.78%-
HSV(B)277.2º48.78%80.39%-
XYZ32.0122.7360.46-
YUV134.94167.54150.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=35.01%
G=22.01%
B=42.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671052050.190.4900.20277.25060.78
HexA769CD1331014115323d
Octal24715131523610244256275
Binary1010011111010011100110110011110001010100100010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769CD; }

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

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

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

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

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

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

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

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