#A598CF

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

Shades of Wistful #A598CF

Tints of Wistful #A598CF

Color information

#A598CF (or 0xA598CF) is unknown color: approx Wistful. HEX triplet: A5, 98 and CF. RGB value is (165,152,207). Sum of RGB (Red+Green+Blue) = 165+152+207=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #A598CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598CF is #5A6730. Grayscale: #A1A1A1. Windows color (decimal): -5924657 or 13605029. OLE color: 13605029.

HSL color Cylindrical-coordinate representation of color #A598CF: hue angle of 254.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A598CF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165152207-
CMYK0.200.2700.19
HSL254.18º36.42%70.39%-
HSV(B)254.18º26.57%81.18%-
XYZ38.0134.9663.78-
YUV162.16153.31130.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=31.49%
G=29.01%
B=39.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651522070.200.2700.19254.1836.4270.39
HexA598CF141B013fe2446
Octal245230317243302337644106
Binary1010010110011000110011111010011011010011111111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598CF; }

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

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

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

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

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

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

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

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