#A6A0CC

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

Shades of Wistful #A6A0CC

Tints of Wistful #A6A0CC

Color information

#A6A0CC (or 0xA6A0CC) is unknown color: approx Wistful. HEX triplet: A6, A0 and CC. RGB value is (166,160,204). Sum of RGB (Red+Green+Blue) = 166+160+204=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0CC is #595F33. Grayscale: #A6A6A6. Windows color (decimal): -5857076 or 13410470. OLE color: 13410470.

HSL color Cylindrical-coordinate representation of color #A6A0CC: hue angle of 248.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6A0CC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB166160204-
CMYK0.190.2200.2
HSL248.18º30.14%71.37%-
HSV(B)248.18º21.57%80%-
XYZ39.237.6162.32-
YUV166.81148.99127.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=31.32%
G=30.19%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661602040.190.2200.2248.1830.1471.37
HexA6A0CC1316014f81e47
Octal246240314232602437036107
Binary101001101010000011001100100111011001010011111000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0CC; }

 p { color: rgb(166,160,204); }

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

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

 a { background-color: rgb(166,160,204); }

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

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

 span { border-color: rgb(166,160,204); }

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