Html Css Color HEX #A19ADB Wistful

📋 copy color: '#A19ADB'

red 161 ◦ green 154 ◦ blue 219

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

Shades of Wistful #A19ADB

Tints of Wistful #A19ADB

RGB

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

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

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

R = 30.15%
G = 28.84%
B = 41.01%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19ADB (or 0xA19ADB) is known color: Wistful. HEX triplet: A1, 9A and DB. RGB value is (161,154,219). Sum of RGB (Red+Green+Blue) = 161+154+219=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADB is #5E6524. Grayscale: #A3A3A3. Windows color (decimal): -6186277 or 14391969. OLE color: 14391969.

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

Color convert

RGB 161 154 219 -
CMYK 0.26 0.30 0 0.14
HSL 246.46º 0.47% 0.73% -
HSV(B) 246.46º 0.3% 0.86% -
XYZ 39.04 35.8 71.87 -
YUV 163.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 161 154 219 0.26 0.30 0 0.14 246.46 0.47 0.73
Hex A1 9A DB 1A 1E 0 E F6 2F 49
Octal 241 232 333 32 36 0 16 366 57 111
Binary 10100001 10011010 11011011 11010 11110 0 1110 11110110 101111 1001001

Color Harmonies of #A19ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ADB

Black with #A19ADB

Text Example


Text Example

White with #A19ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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