#A69ACB

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

Shades of Wistful #A69ACB

Tints of Wistful #A69ACB

Color information

#A69ACB (or 0xA69ACB) is unknown color: approx Wistful. HEX triplet: A6, 9A and CB. RGB value is (166,154,203). Sum of RGB (Red+Green+Blue) = 166+154+203=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACB is #596534. Grayscale: #A2A2A2. Windows color (decimal): -5858613 or 13343398. OLE color: 13343398.

HSL color Cylindrical-coordinate representation of color #A69ACB: hue angle of 254.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69ACB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166154203-
CMYK0.180.2400.20
HSL254.69º32.03%70%-
HSV(B)254.69º24.14%79.61%-
XYZ38.0635.5361.35-
YUV163.17150.48130.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=31.74%
G=29.45%
B=38.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661542030.180.2400.20254.6932.0370
HexA69ACB1218014ff2046
Octal246232313223002437740106
Binary1010011010011010110010111001011000010100111111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69ACB; }

 p { color: rgb(166,154,203); }

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

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

 a { background-color: rgb(166,154,203); }

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

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

 span { border-color: rgb(166,154,203); }

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