#A098D8

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

Shades of Wistful #A098D8

Tints of Wistful #A098D8

Color information

#A098D8 (or 0xA098D8) is unknown color: approx Wistful. HEX triplet: A0, 98 and D8. RGB value is (160,152,216). Sum of RGB (Red+Green+Blue) = 160+152+216=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #A098D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098D8 is #5F6727. Grayscale: #A1A1A1. Windows color (decimal): -6252328 or 14194848. OLE color: 14194848.

HSL color Cylindrical-coordinate representation of color #A098D8: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A098D8 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160152216-
CMYK0.260.3000.15
HSL247.5º45.07%72.16%-
HSV(B)247.5º29.63%84.71%-
XYZ38.1234.8969.69-
YUV161.69158.65126.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=30.30%
G=28.79%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601522160.260.3000.15247.545.0772.16
HexA098D81A1E0Ff82d48
Octal240230330323601737055110
Binary101000001001100011011000110101111001111111110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098D8; }

 p { color: rgb(160,152,216); }

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

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

 a { background-color: rgb(160,152,216); }

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

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

 span { border-color: rgb(160,152,216); }

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