#A6A7CD

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

Shades of Wistful #A6A7CD

Tints of Wistful #A6A7CD

Color information

#A6A7CD (or 0xA6A7CD) is unknown color: approx Wistful. HEX triplet: A6, A7 and CD. RGB value is (166,167,205). Sum of RGB (Red+Green+Blue) = 166+167+205=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6A7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A7CD is #595832. Grayscale: #AAAAAA. Windows color (decimal): -5855283 or 13477798. OLE color: 13477798.

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

Color convert

RGB166167205-
CMYK0.190.1900.20
HSL238.46º28.06%72.75%-
HSV(B)238.46º19.02%80.39%-
XYZ40.5640.1563.37-
YUV171.03147.17124.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=30.86%
G=31.04%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661672050.190.1900.20238.4628.0672.75
HexA6A7CD1313014ee1c49
Octal246247315232302435634111
Binary101001101010011111001101100111001101010011101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7CD; }

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

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

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

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

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

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

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

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