#A598DE

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

Shades of Wistful #A598DE

Tints of Wistful #A598DE

Color information

#A598DE (or 0xA598DE) is unknown color: approx Wistful. HEX triplet: A5, 98 and DE. RGB value is (165,152,222). Sum of RGB (Red+Green+Blue) = 165+152+222=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A598DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DE is #5A6721. Grayscale: #A3A3A3. Windows color (decimal): -5924642 or 14588069. OLE color: 14588069.

HSL color Cylindrical-coordinate representation of color #A598DE: hue angle of 251.14º 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 #A598DE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165152222-
CMYK0.260.3200.13
HSL251.14º51.47%73.33%-
HSV(B)251.14º31.53%87.06%-
XYZ39.9335.7373.9-
YUV163.87160.81128.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=30.61%
G=28.20%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651522220.260.3200.13251.1451.4773.33
HexA598DE1A200Dfb3349
Octal245230336324001537363111
Binary1010010110011000110111101101010000001101111110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598DE; }

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

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

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

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

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

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

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

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