#A69BC8

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

Shades of Wistful #A69BC8

Tints of Wistful #A69BC8

Color information

#A69BC8 (or 0xA69BC8) is unknown color: approx Wistful. HEX triplet: A6, 9B and C8. RGB value is (166,155,200). Sum of RGB (Red+Green+Blue) = 166+155+200=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 200 - color contains mainly: blue. Hex color #A69BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BC8 is #596437. Grayscale: #A3A3A3. Windows color (decimal): -5858360 or 13147046. OLE color: 13147046.

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

Color convert

RGB166155200-
CMYK0.170.2200.22
HSL254.67º29.03%69.61%-
HSV(B)254.67º22.5%78.43%-
XYZ37.8735.7259.54-
YUV163.42148.64129.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=31.86%
G=29.75%
B=38.39%

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
Decimal1661552000.170.2200.22254.6729.0369.61
HexA69BC81116016ff1d46
Octal246233310212602637735106
Binary101001101001101111001000100011011001011011111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BC8; }

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

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

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

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

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

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

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

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