#A6A5CF

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

Shades of Wistful #A6A5CF

Tints of Wistful #A6A5CF

Color information

#A6A5CF (or 0xA6A5CF) is unknown color: approx Wistful. HEX triplet: A6, A5 and CF. RGB value is (166,165,207). Sum of RGB (Red+Green+Blue) = 166+165+207=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A5CF is #595A30. Grayscale: #A9A9A9. Windows color (decimal): -5855793 or 13608358. OLE color: 13608358.

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

Color convert

RGB166165207-
CMYK0.200.2000.19
HSL241.43º30.43%72.94%-
HSV(B)241.43º20.29%81.18%-
XYZ40.4439.5264.53-
YUV170.09148.83125.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=30.86%
G=30.67%
B=38.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661652070.200.2000.19241.4330.4372.94
HexA6A5CF1414013f11e49
Octal246245317242402336136111
Binary101001101010010111001111101001010001001111110001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A5CF; }

 p { color: rgb(166,165,207); }

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

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

 a { background-color: rgb(166,165,207); }

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

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

 span { border-color: rgb(166,165,207); }

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