Html Css Color HEX #A19DDB Wistful

📋 copy color: '#A19DDB'

red 161 ◦ green 157 ◦ blue 219

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

Shades of Wistful #A19DDB

Tints of Wistful #A19DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

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

R = 29.98%
G = 29.24%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A19DDB (or 0xA19DDB) is known color: Wistful. HEX triplet: A1, 9D and DB. RGB value is (161,157,219). Sum of RGB (Red+Green+Blue) = 161+157+219=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 157 (61.72% from 255 or 29.24% 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 #A19DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDB is #5E6224. Grayscale: #A5A5A5. Windows color (decimal): -6185509 or 14392737. OLE color: 14392737.

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

Color convert

RGB 161 157 219 -
CMYK 0.26 0.28 0 0.14
HSL 243.87º 0.46% 0.74% -
HSV(B) 243.87º 0.28% 0.86% -
XYZ 39.54 36.81 72.04 -
YUV 165.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 161 157 219 0.26 0.28 0 0.14 243.87 0.46 0.74
Hex A1 9D DB 1A 1C 0 E F4 2E 4A
Octal 241 235 333 32 34 0 16 364 56 112
Binary 10100001 10011101 11011011 11010 11100 0 1110 11110100 101110 1001010

Color Harmonies of #A19DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DDB

Black with #A19DDB

Text Example


Text Example

White with #A19DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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