Html Css Color HEX #A49DBF Wistful

📋 copy color: '#A49DBF'

red 164 ◦ green 157 ◦ blue 191

#A49DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A49DBF

Tints of Wistful #A49DBF

RGB

 RED value IS 164 (64.45% from 255) = 32.03%

 GREEN value IS 157 (61.72% from 255) = 30.66%

 BLUE value IS 191 (75% from 255) = 37.3%

R = 32.03%
G = 30.66%
B = 37.3%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A49DBF (or 0xA49DBF) is known color: Wistful. HEX triplet: A4, 9D and BF. RGB value is (164,157,191). Sum of RGB (Red+Green+Blue) = 164+157+191=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DBF is #5B6240. Grayscale: #A2A2A2. Windows color (decimal): -5988929 or 12557732. OLE color: 12557732.

HSL color Cylindrical-coordinate representation of color #A49DBF: hue angle of 252.35º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49DBF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 157 191 -
CMYK 0.14 0.18 0 0.25
HSL 252.35º 0.21% 0.68% -
HSV(B) 252.35º 0.18% 0.75% -
XYZ 36.77 35.77 54.26 -
YUV 162.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 164 157 191 0.14 0.18 0 0.25 252.35 0.21 0.68
Hex A4 9D BF E 12 0 19 FC 15 44
Octal 244 235 277 16 22 0 31 374 25 104
Binary 10100100 10011101 10111111 1110 10010 0 11001 11111100 10101 1000100

Color Harmonies of #A49DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DBF

Black with #A49DBF

Text Example


Text Example

White with #A49DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DBF; }

 p { color: rgb(164,157,191); }

 H1.HeaderClassName
 {
   color: #A49DBF;
 }
 .AnyTagClassName
 {
   color: #A49DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(164,157,191); }

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

border-color css

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

 span { border-color: rgb(164,157,191); }

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