#A598DC

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

Shades of Wistful #A598DC

Tints of Wistful #A598DC

Color information

#A598DC (or 0xA598DC) is unknown color: approx Wistful. HEX triplet: A5, 98 and DC. RGB value is (165,152,220). Sum of RGB (Red+Green+Blue) = 165+152+220=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A598DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DC is #5A6723. Grayscale: #A3A3A3. Windows color (decimal): -5924644 or 14456997. OLE color: 14456997.

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

Color convert

RGB165152220-
CMYK0.250.3100.14
HSL251.47º49.28%72.94%-
HSV(B)251.47º30.91%86.27%-
XYZ39.6635.6272.5-
YUV163.64159.81128.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 152 (59.77% from 255) = 28.31%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=30.73%
G=28.31%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651522200.250.3100.14251.4749.2872.94
HexA598DC191F0Efb3149
Octal245230334313701637361111
Binary101001011001100011011100110011111101110111110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598DC; }

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

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

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

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

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

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

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

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