#A49BCD

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

Shades of Wistful #A49BCD

Tints of Wistful #A49BCD

Color information

#A49BCD (or 0xA49BCD) is unknown color: approx Wistful. HEX triplet: A4, 9B and CD. RGB value is (164,155,205). Sum of RGB (Red+Green+Blue) = 164+155+205=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BCD is #5B6432. Grayscale: #A3A3A3. Windows color (decimal): -5989427 or 13474724. OLE color: 13474724.

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

Color convert

RGB164155205-
CMYK0.20.2400.20
HSL250.8º33.33%70.59%-
HSV(B)250.8º24.39%80.39%-
XYZ38.0535.7462.65-
YUV163.39151.48128.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=31.30%
G=29.58%
B=39.12%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641552050.20.2400.20250.833.3370.59
HexA49BCD1418014fb2147
Octal244233315243002437341107
Binary1010010010011011110011011010011000010100111110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BCD; }

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

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

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

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

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

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

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

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