#A969CD

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

Shades of Amethyst #A969CD

Tints of Amethyst #A969CD

Color information

#A969CD (or 0xA969CD) is unknown color: approx Amethyst. HEX triplet: A9, 69 and CD. RGB value is (169,105,205). Sum of RGB (Red+Green+Blue) = 169+105+205=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #A969CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CD is #569632. Grayscale: #878787. Windows color (decimal): -5674547 or 13461929. OLE color: 13461929.

HSL color Cylindrical-coordinate representation of color #A969CD: hue angle of 278.4º 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 #A969CD is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169105205-
CMYK0.180.4900.20
HSL278.4º50%60.78%-
HSV(B)278.4º48.78%80.39%-
XYZ32.4322.9560.48-
YUV135.54167.2151.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=35.28%
G=21.92%
B=42.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691052050.180.4900.20278.45060.78
HexA969CD1231014116323d
Octal25115131522610244266275
Binary1010100111010011100110110010110001010100100010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969CD; }

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

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

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

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

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

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

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

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