#A8A0C1

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

Shades of Wistful #A8A0C1

Tints of Wistful #A8A0C1

Color information

#A8A0C1 (or 0xA8A0C1) is unknown color: approx Wistful. HEX triplet: A8, A0 and C1. RGB value is (168,160,193). Sum of RGB (Red+Green+Blue) = 168+160+193=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8A0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A0C1 is #575F3E. Grayscale: #A6A6A6. Windows color (decimal): -5726015 or 12689576. OLE color: 12689576.

HSL color Cylindrical-coordinate representation of color #A8A0C1: hue angle of 254.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8A0C1 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168160193-
CMYK0.130.1700.24
HSL254.55º21.02%69.22%-
HSV(B)254.55º17.1%75.69%-
XYZ38.3437.3255.63-
YUV166.15143.15129.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=32.25%
G=30.71%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681601930.130.1700.24254.5521.0269.22
HexA8A0C1D11018ff1545
Octal250240301152103037725105
Binary10101000101000001100000111011000101100011111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A0C1; }

 p { color: rgb(168,160,193); }

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

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

 a { background-color: rgb(168,160,193); }

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

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

 span { border-color: rgb(168,160,193); }

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