#A098C1

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

Shades of Wistful #A098C1

Tints of Wistful #A098C1

Color information

#A098C1 (or 0xA098C1) is unknown color: approx Wistful. HEX triplet: A0, 98 and C1. RGB value is (160,152,193). Sum of RGB (Red+Green+Blue) = 160+152+193=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #A098C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A098C1 is #5F673E. Grayscale: #9E9E9E. Windows color (decimal): -6252351 or 12687520. OLE color: 12687520.

HSL color Cylindrical-coordinate representation of color #A098C1: hue angle of 251.71º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A098C1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160152193-
CMYK0.170.2100.24
HSL251.71º24.85%67.65%-
HSV(B)251.71º21.24%75.69%-
XYZ35.3533.7855.11-
YUV159.07147.15128.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=31.68%
G=30.10%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601521930.170.2100.24251.7124.8567.65
HexA098C11115018fc1944
Octal240230301212503037431104
Binary101000001001100011000001100011010101100011111100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A098C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A098C1; }

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

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

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

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

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

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

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

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