Html Css Color HEX #A49BD7 Wistful

📋 copy color: '#A49BD7'

red 164 ◦ green 155 ◦ blue 215

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

Shades of Wistful #A49BD7

Tints of Wistful #A49BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 30.71%
G = 29.03%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A49BD7 (or 0xA49BD7) is known color: Wistful. HEX triplet: A4, 9B and D7. RGB value is (164,155,215). Sum of RGB (Red+Green+Blue) = 164+155+215=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #A49BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD7 is #5B6428. Grayscale: #A4A4A4. Windows color (decimal): -5989417 or 14130084. OLE color: 14130084.

HSL color Cylindrical-coordinate representation of color #A49BD7: hue angle of 249º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49BD7 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 155 215 -
CMYK 0.24 0.28 0 0.16
HSL 249º 0.43% 0.73% -
HSV(B) 249º 0.28% 0.84% -
XYZ 39.3 36.24 69.21 -
YUV 164.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 164 155 215 0.24 0.28 0 0.16 249 0.43 0.73
Hex A4 9B D7 18 1C 0 10 F9 2B 49
Octal 244 233 327 30 34 0 20 371 53 111
Binary 10100100 10011011 11010111 11000 11100 0 10000 11111001 101011 1001001

Color Harmonies of #A49BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BD7

Black with #A49BD7

Text Example


Text Example

White with #A49BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BD7; }

 p { color: rgb(164,155,215); }

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

background-color css

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

 a { background-color: rgb(164,155,215); }

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

border-color css

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

 span { border-color: rgb(164,155,215); }

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