#A3A6CD

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

Shades of Wistful #A3A6CD

Tints of Wistful #A3A6CD

Color information

#A3A6CD (or 0xA3A6CD) is unknown color: approx Wistful. HEX triplet: A3, A6 and CD. RGB value is (163,166,205). Sum of RGB (Red+Green+Blue) = 163+166+205=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6CD is #5C5932. Grayscale: #A9A9A9. Windows color (decimal): -6052147 or 13477539. OLE color: 13477539.

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

Color convert

RGB163166205-
CMYK0.200.1900.20
HSL235.71º29.58%72.16%-
HSV(B)235.71º20.49%80.39%-
XYZ39.7639.4763.28-
YUV169.55148.01123.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.52%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=30.52%
G=31.09%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631662050.200.1900.20235.7129.5872.16
HexA3A6CD1413014ec1e48
Octal243246315242302435436110
Binary101000111010011011001101101001001101010011101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A6CD; }

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

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

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

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

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

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

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

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