Html Css Color HEX #A49BDB Wistful

📋 copy color: '#A49BDB'

red 164 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A49BDB

Tints of Wistful #A49BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 30.48%
G = 28.81%
B = 40.71%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49BDB (or 0xA49BDB) is known color: Wistful. HEX triplet: A4, 9B and DB. RGB value is (164,155,219). Sum of RGB (Red+Green+Blue) = 164+155+219=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDB is #5B6424. Grayscale: #A4A4A4. Windows color (decimal): -5989413 or 14392228. OLE color: 14392228.

HSL color Cylindrical-coordinate representation of color #A49BDB: hue angle of 248.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49BDB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 155 219 -
CMYK 0.25 0.29 0 0.14
HSL 248.44º 0.47% 0.73% -
HSV(B) 248.44º 0.29% 0.86% -
XYZ 39.82 36.45 71.95 -
YUV 164.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 164 155 219 0.25 0.29 0 0.14 248.44 0.47 0.73
Hex A4 9B DB 19 1D 0 E F8 2F 49
Octal 244 233 333 31 35 0 16 370 57 111
Binary 10100100 10011011 11011011 11001 11101 0 1110 11111000 101111 1001001

Color Harmonies of #A49BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BDB

Black with #A49BDB

Text Example


Text Example

White with #A49BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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