#A098C6

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

Shades of Wistful #A098C6

Tints of Wistful #A098C6

Color information

#A098C6 (or 0xA098C6) is unknown color: approx Wistful. HEX triplet: A0, 98 and C6. RGB value is (160,152,198). Sum of RGB (Red+Green+Blue) = 160+152+198=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A098C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C6 is #5F6739. Grayscale: #9F9F9F. Windows color (decimal): -6252346 or 13015200. OLE color: 13015200.

HSL color Cylindrical-coordinate representation of color #A098C6: hue angle of 250.43º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A098C6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160152198-
CMYK0.190.2300.22
HSL250.43º28.75%68.63%-
HSV(B)250.43º23.23%77.65%-
XYZ35.9234.0158.1-
YUV159.64149.65128.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=31.37%
G=29.80%
B=38.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601521980.190.2300.22250.4328.7568.63
HexA098C61317016fa1d45
Octal240230306232702637235105
Binary101000001001100011000110100111011101011011111010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098C6; }

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

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

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

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

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

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

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

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