Html Css Color HEX #A49DDB Wistful

📋 copy color: '#A49DDB'

red 164 ◦ green 157 ◦ blue 219

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

Shades of Wistful #A49DDB

Tints of Wistful #A49DDB

RGB

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

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

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

R = 30.37%
G = 29.07%
B = 40.56%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49DDB (or 0xA49DDB) is known color: Wistful. HEX triplet: A4, 9D and DB. RGB value is (164,157,219). Sum of RGB (Red+Green+Blue) = 164+157+219=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDB is #5B6224. Grayscale: #A5A5A5. Windows color (decimal): -5988901 or 14392740. OLE color: 14392740.

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

Color convert

RGB 164 157 219 -
CMYK 0.25 0.28 0 0.14
HSL 246.77º 0.46% 0.74% -
HSV(B) 246.77º 0.28% 0.86% -
XYZ 40.15 37.12 72.07 -
YUV 166.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 164 157 219 0.25 0.28 0 0.14 246.77 0.46 0.74
Hex A4 9D DB 19 1C 0 E F7 2E 4A
Octal 244 235 333 31 34 0 16 367 56 112
Binary 10100100 10011101 11011011 11001 11100 0 1110 11110111 101110 1001010

Color Harmonies of #A49DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DDB

Black with #A49DDB

Text Example


Text Example

White with #A49DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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