Html Css Color HEX #A19EDB Wistful

📋 copy color: '#A19EDB'

red 161 ◦ green 158 ◦ blue 219

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

Shades of Wistful #A19EDB

Tints of Wistful #A19EDB

RGB

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

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

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

R = 29.93%
G = 29.37%
B = 40.71%

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

#A19EDB (or 0xA19EDB) is known color: Wistful. HEX triplet: A1, 9E and DB. RGB value is (161,158,219). Sum of RGB (Red+Green+Blue) = 161+158+219=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19EDB is #5E6124. Grayscale: #A5A5A5. Windows color (decimal): -6185253 or 14392993. OLE color: 14392993.

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

Color convert

RGB 161 158 219 -
CMYK 0.26 0.28 0 0.14
HSL 242.95º 0.46% 0.74% -
HSV(B) 242.95º 0.28% 0.86% -
XYZ 39.71 37.15 72.09 -
YUV 165.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 161 158 219 0.26 0.28 0 0.14 242.95 0.46 0.74
Hex A1 9E DB 1A 1C 0 E F3 2E 4A
Octal 241 236 333 32 34 0 16 363 56 112
Binary 10100001 10011110 11011011 11010 11100 0 1110 11110011 101110 1001010

Color Harmonies of #A19EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19EDB

Black with #A19EDB

Text Example


Text Example

White with #A19EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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