#A098DE

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

Shades of Wistful #A098DE

Tints of Wistful #A098DE

Color information

#A098DE (or 0xA098DE) is unknown color: approx Wistful. HEX triplet: A0, 98 and DE. RGB value is (160,152,222). Sum of RGB (Red+Green+Blue) = 160+152+222=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #A098DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098DE is #5F6721. Grayscale: #A2A2A2. Windows color (decimal): -6252322 or 14588064. OLE color: 14588064.

HSL color Cylindrical-coordinate representation of color #A098DE: hue angle of 246.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A098DE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160152222-
CMYK0.280.3200.13
HSL246.86º51.47%73.33%-
HSV(B)246.86º31.53%87.06%-
XYZ38.9135.273.85-
YUV162.37161.65126.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=29.96%
G=28.46%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1601522220.280.3200.13246.8651.4773.33
HexA098DE1C200Df73349
Octal240230336344001536763111
Binary1010000010011000110111101110010000001101111101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098DE; }

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

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

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

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

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

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

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

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