#A598DF

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

Shades of Wistful #A598DF

Tints of Wistful #A598DF

Color information

#A598DF (or 0xA598DF) is unknown color: approx Wistful. HEX triplet: A5, 98 and DF. RGB value is (165,152,223). Sum of RGB (Red+Green+Blue) = 165+152+223=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A598DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598DF is #5A6720. Grayscale: #A3A3A3. Windows color (decimal): -5924641 or 14653605. OLE color: 14653605.

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

Color convert

RGB165152223-
CMYK0.260.3200.13
HSL250.99º52.59%73.53%-
HSV(B)250.99º31.84%87.45%-
XYZ40.0635.7874.61-
YUV163.98161.31128.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=30.56%
G=28.15%
B=41.30%

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
Decimal1651522230.260.3200.13250.9952.5973.53
HexA598DF1A200Dfb354a
Octal245230337324001537365112
Binary1010010110011000110111111101010000001101111110111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598DF; }

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

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

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

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

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

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

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

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