#A6A0CA

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

Shades of Wistful #A6A0CA

Tints of Wistful #A6A0CA

Color information

#A6A0CA (or 0xA6A0CA) is unknown color: approx Wistful. HEX triplet: A6, A0 and CA. RGB value is (166,160,202). Sum of RGB (Red+Green+Blue) = 166+160+202=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A0CA is #595F35. Grayscale: #A6A6A6. Windows color (decimal): -5857078 or 13279398. OLE color: 13279398.

HSL color Cylindrical-coordinate representation of color #A6A0CA: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6A0CA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166160202-
CMYK0.180.2100.21
HSL248.57º28.38%70.98%-
HSV(B)248.57º20.79%79.22%-
XYZ38.9637.5161.06-
YUV166.58147.99127.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=31.44%
G=30.30%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661602020.180.2100.21248.5728.3870.98
HexA6A0CA1215015f91c47
Octal246240312222502537134107
Binary101001101010000011001010100101010101010111111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A0CA; }

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

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

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

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

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

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

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

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