#A599CB

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

Shades of Wistful #A599CB

Tints of Wistful #A599CB

Color information

#A599CB (or 0xA599CB) is unknown color: approx Wistful. HEX triplet: A5, 99 and CB. RGB value is (165,153,203). Sum of RGB (Red+Green+Blue) = 165+153+203=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A599CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A599CB is #5A6634. Grayscale: #A2A2A2. Windows color (decimal): -5924405 or 13343141. OLE color: 13343141.

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

Color convert

RGB165153203-
CMYK0.190.2500.20
HSL254.4º32.47%69.8%-
HSV(B)254.4º24.63%79.61%-
XYZ37.6935.0961.29-
YUV162.29150.98129.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=31.67%
G=29.37%
B=38.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651532030.190.2500.20254.432.4769.8
HexA599CB1319014fe2046
Octal245231313233102437640106
Binary1010010110011001110010111001111001010100111111101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599CB; }

 p { color: rgb(165,153,203); }

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

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

 a { background-color: rgb(165,153,203); }

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

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

 span { border-color: rgb(165,153,203); }

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