#A89CDD

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

Shades of Wistful #A89CDD

Tints of Wistful #A89CDD

Color information

#A89CDD (or 0xA89CDD) is unknown color: approx Wistful. HEX triplet: A8, 9C and DD. RGB value is (168,156,221). Sum of RGB (Red+Green+Blue) = 168+156+221=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A89CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CDD is #576322. Grayscale: #A6A6A6. Windows color (decimal): -5727011 or 14523560. OLE color: 14523560.

HSL color Cylindrical-coordinate representation of color #A89CDD: hue angle of 251.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A89CDD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168156221-
CMYK0.240.2900.13
HSL251.08º48.87%73.92%-
HSV(B)251.08º29.41%86.67%-
XYZ41.0937.3273.44-
YUV167158.48128.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=30.83%
G=28.62%
B=40.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681562210.240.2900.13251.0848.8773.92
HexA89CDD181D0Dfb314a
Octal250234335303501537361112
Binary101010001001110011011101110001110101101111110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89CDD; }

 p { color: rgb(168,156,221); }

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

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

 a { background-color: rgb(168,156,221); }

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

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

 span { border-color: rgb(168,156,221); }

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