#a969cb

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

Shades of Amethyst #A969CB

Tints of Amethyst #A969CB

Color information

#A969CB (or 0xA969CB) is unknown color: approx Amethyst. HEX triplet: A9, 69 and CB. RGB value is (169,105,203). Sum of RGB (Red+Green+Blue) = 169+105+203=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #A969CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CB is #569634. Grayscale: #868686. Windows color (decimal): -5674549 or 13330857. OLE color: 13330857.

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

Color convert

RGB169105203-
CMYK0.170.4800.20
HSL279.18º48.51%60.39%-
HSV(B)279.18º48.28%79.61%-
XYZ32.1922.8559.21-
YUV135.31166.2152.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=35.43%
G=22.01%
B=42.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691052030.170.4800.20279.1848.5160.39
HexA969CB1130014117313c
Octal25115131321600244276174
Binary1010100111010011100101110001110000010100100010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a969cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a969cb; }

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

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

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

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

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

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

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

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