#A69BCD

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

Shades of Wistful #A69BCD

Tints of Wistful #A69BCD

Color information

#A69BCD (or 0xA69BCD) is unknown color: approx Wistful. HEX triplet: A6, 9B and CD. RGB value is (166,155,205). Sum of RGB (Red+Green+Blue) = 166+155+205=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A69BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BCD is #596432. Grayscale: #A3A3A3. Windows color (decimal): -5858355 or 13474726. OLE color: 13474726.

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

Color convert

RGB166155205-
CMYK0.190.2400.20
HSL253.2º33.33%70.59%-
HSV(B)253.2º24.39%80.39%-
XYZ38.4735.9662.67-
YUV163.99151.14129.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=31.56%
G=29.47%
B=38.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661552050.190.2400.20253.233.3370.59
HexA69BCD1318014fd2147
Octal246233315233002437541107
Binary1010011010011011110011011001111000010100111111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BCD; }

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

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

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

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

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

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

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

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