#A69BCB

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

Shades of Wistful #A69BCB

Tints of Wistful #A69BCB

Color information

#A69BCB (or 0xA69BCB) is unknown color: approx Wistful. HEX triplet: A6, 9B and CB. RGB value is (166,155,203). Sum of RGB (Red+Green+Blue) = 166+155+203=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A69BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BCB is #596434. Grayscale: #A3A3A3. Windows color (decimal): -5858357 or 13343654. OLE color: 13343654.

HSL color Cylindrical-coordinate representation of color #A69BCB: hue angle of 253.75º 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 #A69BCB is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166155203-
CMYK0.180.2400.20
HSL253.75º31.58%70.2%-
HSV(B)253.75º23.65%79.61%-
XYZ38.2335.8661.41-
YUV163.76150.14129.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=31.68%
G=29.58%
B=38.74%

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
Decimal1661552030.180.2400.20253.7531.5870.2
HexA69BCB1218014fe2046
Octal246233313223002437640106
Binary1010011010011011110010111001011000010100111111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BCB; }

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

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

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

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

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

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

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

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