#A6A2CC

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

Shades of Wistful #A6A2CC

Tints of Wistful #A6A2CC

Color information

#A6A2CC (or 0xA6A2CC) is unknown color: approx Wistful. HEX triplet: A6, A2 and CC. RGB value is (166,162,204). Sum of RGB (Red+Green+Blue) = 166+162+204=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2CC is #595D33. Grayscale: #A7A7A7. Windows color (decimal): -5856564 or 13410982. OLE color: 13410982.

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

Color convert

RGB166162204-
CMYK0.190.2100.2
HSL245.71º29.17%71.76%-
HSV(B)245.71º20.59%80%-
XYZ39.5538.3162.44-
YUV167.98148.33126.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=31.20%
G=30.45%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1661622040.190.2100.2245.7129.1771.76
HexA6A2CC1315014f61d48
Octal246242314232502436635110
Binary101001101010001011001100100111010101010011110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2CC; }

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

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

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

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

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

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

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

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