#A598E0

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

Shades of Wistful #A598E0

Tints of Wistful #A598E0

Color information

#A598E0 (or 0xA598E0) is unknown color: approx Wistful. HEX triplet: A5, 98 and E0. RGB value is (165,152,224). Sum of RGB (Red+Green+Blue) = 165+152+224=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A598E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598E0 is #5A671F. Grayscale: #A3A3A3. Windows color (decimal): -5924640 or 14719141. OLE color: 14719141.

HSL color Cylindrical-coordinate representation of color #A598E0: hue angle of 250.83º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A598E0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165152224-
CMYK0.260.3200.12
HSL250.83º53.73%73.73%-
HSV(B)250.83º32.14%87.84%-
XYZ40.235.8475.32-
YUV164.1161.81128.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=30.50%
G=28.10%
B=41.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651522240.260.3200.12250.8353.7373.73
HexA598E01A200Cfb364a
Octal245230340324001437366112
Binary1010010110011000111000001101010000001100111110111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598E0; }

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

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

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

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

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

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

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

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