Html Css Color HEX #A19BDB Wistful

📋 copy color: '#A19BDB'

red 161 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A19BDB

Tints of Wistful #A19BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.97%

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

R = 30.09%
G = 28.97%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19BDB (or 0xA19BDB) is known color: Wistful. HEX triplet: A1, 9B and DB. RGB value is (161,155,219). Sum of RGB (Red+Green+Blue) = 161+155+219=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDB is #5E6424. Grayscale: #A3A3A3. Windows color (decimal): -6186021 or 14392225. OLE color: 14392225.

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

Color convert

RGB 161 155 219 -
CMYK 0.26 0.29 0 0.14
HSL 245.63º 0.47% 0.73% -
HSV(B) 245.63º 0.29% 0.86% -
XYZ 39.21 36.13 71.93 -
YUV 164.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 161 155 219 0.26 0.29 0 0.14 245.63 0.47 0.73
Hex A1 9B DB 1A 1D 0 E F6 2F 49
Octal 241 233 333 32 35 0 16 366 57 111
Binary 10100001 10011011 11011011 11010 11101 0 1110 11110110 101111 1001001

Color Harmonies of #A19BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19BDB

Black with #A19BDB

Text Example


Text Example

White with #A19BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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