#A598EB

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

Shades of Wistful #A598EB

Tints of Wistful #A598EB

Color information

#A598EB (or 0xA598EB) is unknown color: approx Wistful. HEX triplet: A5, 98 and EB. RGB value is (165,152,235). Sum of RGB (Red+Green+Blue) = 165+152+235=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #A598EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A598EB is #5A6714. Grayscale: #A5A5A5. Windows color (decimal): -5924629 or 15440037. OLE color: 15440037.

HSL color Cylindrical-coordinate representation of color #A598EB: hue angle of 249.4º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A598EB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165152235-
CMYK0.300.3500.08
HSL249.4º67.48%75.88%-
HSV(B)249.4º35.32%92.16%-
XYZ41.7436.4583.43-
YUV165.35167.31127.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 152 (59.77% from 255) = 27.54%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=29.89%
G=27.54%
B=42.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651522350.300.3500.08249.467.4875.88
HexA598EB1E2308f9434c
Octal2452303533643010371103114
Binary10100101100110001110101111110100011010001111100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598EB; }

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

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

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

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

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

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

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

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