#A098DB

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

Shades of Wistful #A098DB

Tints of Wistful #A098DB

Color information

#A098DB (or 0xA098DB) is unknown color: approx Wistful. HEX triplet: A0, 98 and DB. RGB value is (160,152,219). Sum of RGB (Red+Green+Blue) = 160+152+219=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A098DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DB is #5F6724. Grayscale: #A1A1A1. Windows color (decimal): -6252325 or 14391456. OLE color: 14391456.

HSL color Cylindrical-coordinate representation of color #A098DB: hue angle of 247.16º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A098DB is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160152219-
CMYK0.270.3100.14
HSL247.16º48.2%72.75%-
HSV(B)247.16º30.59%85.88%-
XYZ38.5135.0471.75-
YUV162.03160.15126.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=30.13%
G=28.63%
B=41.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601522190.270.3100.14247.1648.272.75
HexA098DB1B1F0Ef73049
Octal240230333333701636760111
Binary101000001001100011011011110111111101110111101111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098DB; }

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

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

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

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

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

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

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

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