Html Css Color HEX #A49BD5 Wistful

📋 copy color: '#A49BD5'

red 164 ◦ green 155 ◦ blue 213

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

Shades of Wistful #A49BD5

Tints of Wistful #A49BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 30.83%
G = 29.14%
B = 40.04%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A49BD5 (or 0xA49BD5) is known color: Wistful. HEX triplet: A4, 9B and D5. RGB value is (164,155,213). Sum of RGB (Red+Green+Blue) = 164+155+213=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #A49BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD5 is #5B642A. Grayscale: #A4A4A4. Windows color (decimal): -5989419 or 13999012. OLE color: 13999012.

HSL color Cylindrical-coordinate representation of color #A49BD5: hue angle of 249.31º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49BD5 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 155 213 -
CMYK 0.23 0.27 0 0.16
HSL 249.31º 0.41% 0.72% -
HSV(B) 249.31º 0.27% 0.84% -
XYZ 39.04 36.14 67.87 -
YUV 164.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 164 155 213 0.23 0.27 0 0.16 249.31 0.41 0.72
Hex A4 9B D5 17 1B 0 10 F9 29 48
Octal 244 233 325 27 33 0 20 371 51 110
Binary 10100100 10011011 11010101 10111 11011 0 10000 11111001 101001 1001000

Color Harmonies of #A49BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BD5

Black with #A49BD5

Text Example


Text Example

White with #A49BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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