#A49CDA

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

Shades of Wistful #A49CDA

Tints of Wistful #A49CDA

Color information

#A49CDA (or 0xA49CDA) is unknown color: approx Wistful. HEX triplet: A4, 9C and DA. RGB value is (164,156,218). Sum of RGB (Red+Green+Blue) = 164+156+218=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A49CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CDA is #5B6325. Grayscale: #A5A5A5. Windows color (decimal): -5989158 or 14326948. OLE color: 14326948.

HSL color Cylindrical-coordinate representation of color #A49CDA: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49CDA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164156218-
CMYK0.250.2800.15
HSL247.74º45.59%73.33%-
HSV(B)247.74º28.44%85.49%-
XYZ39.8536.7371.32-
YUV165.46157.65126.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=30.48%
G=29.00%
B=40.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641562180.250.2800.15247.7445.5973.33
HexA49CDA191C0Ff82e49
Octal244234332313401737056111
Binary101001001001110011011010110011110001111111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CDA; }

 p { color: rgb(164,156,218); }

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

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

 a { background-color: rgb(164,156,218); }

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

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

 span { border-color: rgb(164,156,218); }

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