#A6A2CD

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

Shades of Wistful #A6A2CD

Tints of Wistful #A6A2CD

Color information

#A6A2CD (or 0xA6A2CD) is unknown color: approx Wistful. HEX triplet: A6, A2 and CD. RGB value is (166,162,205). Sum of RGB (Red+Green+Blue) = 166+162+205=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6A2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2CD is #595D32. Grayscale: #A7A7A7. Windows color (decimal): -5856563 or 13476518. OLE color: 13476518.

HSL color Cylindrical-coordinate representation of color #A6A2CD: hue angle of 245.58º degrees, saturation: 0.3, 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 #A6A2CD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166162205-
CMYK0.190.2100.20
HSL245.58º30.07%71.96%-
HSV(B)245.58º20.98%80.39%-
XYZ39.6738.3663.07-
YUV168.1148.83126.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=31.14%
G=30.39%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661622050.190.2100.20245.5830.0771.96
HexA6A2CD1315014f61e48
Octal246242315232502436636110
Binary101001101010001011001101100111010101010011110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2CD; }

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

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

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

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

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

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

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

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