#A098DC

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

Shades of Wistful #A098DC

Tints of Wistful #A098DC

Color information

#A098DC (or 0xA098DC) is unknown color: approx Wistful. HEX triplet: A0, 98 and DC. RGB value is (160,152,220). Sum of RGB (Red+Green+Blue) = 160+152+220=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A098DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DC is #5F6723. Grayscale: #A1A1A1. Windows color (decimal): -6252324 or 14456992. OLE color: 14456992.

HSL color Cylindrical-coordinate representation of color #A098DC: hue angle of 247.06º degrees, saturation: 0.49, 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 #A098DC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160152220-
CMYK0.270.3100.14
HSL247.06º49.28%72.94%-
HSV(B)247.06º30.91%86.27%-
XYZ38.6435.172.45-
YUV162.14160.65126.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=30.08%
G=28.57%
B=41.35%

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
Decimal1601522200.270.3100.14247.0649.2872.94
HexA098DC1B1F0Ef73149
Octal240230334333701636761111
Binary101000001001100011011100110111111101110111101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098DC; }

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

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

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

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

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

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

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

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