#A499D0

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

Shades of Wistful #A499D0

Tints of Wistful #A499D0

Color information

#A499D0 (or 0xA499D0) is unknown color: approx Wistful. HEX triplet: A4, 99 and D0. RGB value is (164,153,208). Sum of RGB (Red+Green+Blue) = 164+153+208=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #A499D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499D0 is #5B662F. Grayscale: #A2A2A2. Windows color (decimal): -5989936 or 13670820. OLE color: 13670820.

HSL color Cylindrical-coordinate representation of color #A499D0: hue angle of 252º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A499D0 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164153208-
CMYK0.210.2600.18
HSL252º36.91%70.78%-
HSV(B)252º26.44%81.57%-
XYZ38.0935.2364.47-
YUV162.56153.64129.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=31.24%
G=29.14%
B=39.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641532080.210.2600.1825236.9170.78
HexA499D0151A012fc2547
Octal244231320253202237445107
Binary1010010010011001110100001010111010010010111111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499D0; }

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

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

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

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

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

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

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

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