#A6A8CA

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

Shades of Wistful #A6A8CA

Tints of Wistful #A6A8CA

Color information

#A6A8CA (or 0xA6A8CA) is unknown color: approx Wistful. HEX triplet: A6, A8 and CA. RGB value is (166,168,202). Sum of RGB (Red+Green+Blue) = 166+168+202=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8CA is #595735. Grayscale: #ABABAB. Windows color (decimal): -5855030 or 13281446. OLE color: 13281446.

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

Color convert

RGB166168202-
CMYK0.180.1700.21
HSL236.67º25.35%72.16%-
HSV(B)236.67º17.82%79.22%-
XYZ40.3940.3861.54-
YUV171.28145.34124.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=30.97%
G=31.34%
B=37.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661682020.180.1700.21236.6725.3572.16
HexA6A8CA1211015ed1948
Octal246250312222102535531110
Binary101001101010100011001010100101000101010111101101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A8CA; }

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

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

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

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

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

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

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

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