#A098DA

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

Shades of Wistful #A098DA

Tints of Wistful #A098DA

Color information

#A098DA (or 0xA098DA) is unknown color: approx Wistful. HEX triplet: A0, 98 and DA. RGB value is (160,152,218). Sum of RGB (Red+Green+Blue) = 160+152+218=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A098DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DA is #5F6725. Grayscale: #A1A1A1. Windows color (decimal): -6252326 or 14325920. OLE color: 14325920.

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

Color convert

RGB160152218-
CMYK0.270.3000.15
HSL247.27º47.14%72.55%-
HSV(B)247.27º30.28%85.49%-
XYZ38.3834.9971.06-
YUV161.92159.65126.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 218 (85.55% from 255) = 41.13%
R=30.19%
G=28.68%
B=41.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601522180.270.3000.15247.2747.1472.55
HexA098DA1B1E0Ff72f49
Octal240230332333601736757111
Binary101000001001100011011010110111111001111111101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098DA; }

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

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

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

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

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

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

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

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