Html Css Color HEX #A49EDB Wistful

📋 copy color: '#A49EDB'

red 164 ◦ green 158 ◦ blue 219

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

Shades of Wistful #A49EDB

Tints of Wistful #A49EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

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

R = 30.31%
G = 29.21%
B = 40.48%

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

#A49EDB (or 0xA49EDB) is known color: Wistful. HEX triplet: A4, 9E and DB. RGB value is (164,158,219). Sum of RGB (Red+Green+Blue) = 164+158+219=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDB is #5B6124. Grayscale: #A6A6A6. Windows color (decimal): -5988645 or 14392996. OLE color: 14392996.

HSL color Cylindrical-coordinate representation of color #A49EDB: hue angle of 245.9º 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 #A49EDB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 158 219 -
CMYK 0.25 0.28 0 0.14
HSL 245.9º 0.46% 0.74% -
HSV(B) 245.9º 0.28% 0.86% -
XYZ 40.32 37.46 72.12 -
YUV 166.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 164 158 219 0.25 0.28 0 0.14 245.9 0.46 0.74
Hex A4 9E DB 19 1C 0 E F6 2E 4A
Octal 244 236 333 31 34 0 16 366 56 112
Binary 10100100 10011110 11011011 11001 11100 0 1110 11110110 101110 1001010

Color Harmonies of #A49EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EDB

Black with #A49EDB

Text Example


Text Example

White with #A49EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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