Html Css Color HEX #A199DB Wistful

📋 copy color: '#A199DB'

red 161 ◦ green 153 ◦ blue 219

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

Shades of Wistful #A199DB

Tints of Wistful #A199DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.71%

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

R = 30.21%
G = 28.71%
B = 41.09%

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

#A199DB (or 0xA199DB) is known color: Wistful. HEX triplet: A1, 99 and DB. RGB value is (161,153,219). Sum of RGB (Red+Green+Blue) = 161+153+219=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A199DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DB is #5E6624. Grayscale: #A2A2A2. Windows color (decimal): -6186533 or 14391713. OLE color: 14391713.

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

Color convert

RGB 161 153 219 -
CMYK 0.26 0.30 0 0.14
HSL 247.27º 0.48% 0.73% -
HSV(B) 247.27º 0.3% 0.86% -
XYZ 38.88 35.47 71.82 -
YUV 162.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 161 153 219 0.26 0.30 0 0.14 247.27 0.48 0.73
Hex A1 99 DB 1A 1E 0 E F7 30 49
Octal 241 231 333 32 36 0 16 367 60 111
Binary 10100001 10011001 11011011 11010 11110 0 1110 11110111 110000 1001001

Color Harmonies of #A199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199DB

Black with #A199DB

Text Example


Text Example

White with #A199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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