#A499CB

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

Shades of Wistful #A499CB

Tints of Wistful #A499CB

Color information

#A499CB (or 0xA499CB) is unknown color: approx Wistful. HEX triplet: A4, 99 and CB. RGB value is (164,153,203). Sum of RGB (Red+Green+Blue) = 164+153+203=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A499CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499CB is #5B6634. Grayscale: #A1A1A1. Windows color (decimal): -5989941 or 13343140. OLE color: 13343140.

HSL color Cylindrical-coordinate representation of color #A499CB: hue angle of 253.2º 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 #A499CB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164153203-
CMYK0.190.2500.20
HSL253.2º32.47%69.8%-
HSV(B)253.2º24.63%79.61%-
XYZ37.4834.9961.28-
YUV161.99151.14129.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.54%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=31.54%
G=29.42%
B=39.04%

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
Decimal1641532030.190.2500.20253.232.4769.8
HexA499CB1319014fd2046
Octal244231313233102437540106
Binary1010010010011001110010111001111001010100111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499CB; }

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

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

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

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

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

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

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

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