Html Css Color HEX #A19FDB Wistful

📋 copy color: '#A19FDB'

red 161 ◦ green 159 ◦ blue 219

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

Shades of Wistful #A19FDB

Tints of Wistful #A19FDB

RGB

 RED value IS 161 (63.28% from 255) = 29.87%

 GREEN value IS 159 (62.5% from 255) = 29.5%

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

R = 29.87%
G = 29.5%
B = 40.63%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19FDB (or 0xA19FDB) is known color: Wistful. HEX triplet: A1, 9F and DB. RGB value is (161,159,219). Sum of RGB (Red+Green+Blue) = 161+159+219=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FDB is #5E6024. Grayscale: #A6A6A6. Windows color (decimal): -6184997 or 14393249. OLE color: 14393249.

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

Color convert

RGB 161 159 219 -
CMYK 0.26 0.27 0 0.14
HSL 242º 0.45% 0.74% -
HSV(B) 242º 0.27% 0.86% -
XYZ 39.88 37.49 72.15 -
YUV 166.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 161 159 219 0.26 0.27 0 0.14 242 0.45 0.74
Hex A1 9F DB 1A 1B 0 E F2 2D 4A
Octal 241 237 333 32 33 0 16 362 55 112
Binary 10100001 10011111 11011011 11010 11011 0 1110 11110010 101101 1001010

Color Harmonies of #A19FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FDB

Black with #A19FDB

Text Example


Text Example

White with #A19FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FDB; }

 p { color: rgb(161,159,219); }

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

background-color css

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

 a { background-color: rgb(161,159,219); }

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

border-color css

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

 span { border-color: rgb(161,159,219); }

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