Html Css Color HEX #A49ADB Wistful

📋 copy color: '#A49ADB'

red 164 ◦ green 154 ◦ blue 219

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

Shades of Wistful #A49ADB

Tints of Wistful #A49ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.68%

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

R = 30.54%
G = 28.68%
B = 40.78%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49ADB (or 0xA49ADB) is known color: Wistful. HEX triplet: A4, 9A and DB. RGB value is (164,154,219). Sum of RGB (Red+Green+Blue) = 164+154+219=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ADB is #5B6524. Grayscale: #A4A4A4. Windows color (decimal): -5989669 or 14391972. OLE color: 14391972.

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

Color convert

RGB 164 154 219 -
CMYK 0.25 0.30 0 0.14
HSL 249.23º 0.47% 0.73% -
HSV(B) 249.23º 0.3% 0.86% -
XYZ 39.65 36.12 71.9 -
YUV 164.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 164 154 219 0.25 0.30 0 0.14 249.23 0.47 0.73
Hex A4 9A DB 19 1E 0 E F9 2F 49
Octal 244 232 333 31 36 0 16 371 57 111
Binary 10100100 10011010 11011011 11001 11110 0 1110 11111001 101111 1001001

Color Harmonies of #A49ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ADB

Black with #A49ADB

Text Example


Text Example

White with #A49ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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