#A6A2CA

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

Shades of Wistful #A6A2CA

Tints of Wistful #A6A2CA

Color information

#A6A2CA (or 0xA6A2CA) is unknown color: approx Wistful. HEX triplet: A6, A2 and CA. RGB value is (166,162,202). Sum of RGB (Red+Green+Blue) = 166+162+202=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6A2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2CA is #595D35. Grayscale: #A7A7A7. Windows color (decimal): -5856566 or 13279910. OLE color: 13279910.

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

Color convert

RGB166162202-
CMYK0.180.2000.21
HSL246º27.4%71.37%-
HSV(B)246º19.8%79.22%-
XYZ39.3138.2161.18-
YUV167.76147.33126.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=31.32%
G=30.57%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661622020.180.2000.2124627.471.37
HexA6A2CA1214015f61b47
Octal246242312222402536633107
Binary101001101010001011001010100101010001010111110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2CA; }

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

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

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

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

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

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

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

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