#A69BC7

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

Shades of Wistful #A69BC7

Tints of Wistful #A69BC7

Color information

#A69BC7 (or 0xA69BC7) is unknown color: approx Wistful. HEX triplet: A6, 9B and C7. RGB value is (166,155,199). Sum of RGB (Red+Green+Blue) = 166+155+199=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 199 - color contains mainly: blue. Hex color #A69BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BC7 is #596438. Grayscale: #A3A3A3. Windows color (decimal): -5858361 or 13081510. OLE color: 13081510.

HSL color Cylindrical-coordinate representation of color #A69BC7: hue angle of 255º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A69BC7 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166155199-
CMYK0.170.2200.22
HSL255º28.21%69.41%-
HSV(B)255º22.11%78.04%-
XYZ37.7635.6758.93-
YUV163.3148.14129.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 199 (78.12% from 255) = 38.27%
R=31.92%
G=29.81%
B=38.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661551990.170.2200.2225528.2169.41
HexA69BC71116016ff1c45
Octal246233307212602637734105
Binary101001101001101111000111100011011001011011111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BC7; }

 p { color: rgb(166,155,199); }

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

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

 a { background-color: rgb(166,155,199); }

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

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

 span { border-color: rgb(166,155,199); }

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