Html Css Color HEX #A199DD Wistful

📋 copy color: '#A199DD'

red 161 ◦ green 153 ◦ blue 221

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

Shades of Wistful #A199DD

Tints of Wistful #A199DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 30.09%
G = 28.6%
B = 41.31%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A199DD (or 0xA199DD) is known color: Wistful. HEX triplet: A1, 99 and DD. RGB value is (161,153,221). Sum of RGB (Red+Green+Blue) = 161+153+221=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A199DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199DD is #5E6622. Grayscale: #A2A2A2. Windows color (decimal): -6186531 or 14522785. OLE color: 14522785.

HSL color Cylindrical-coordinate representation of color #A199DD: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A199DD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 153 221 -
CMYK 0.27 0.31 0 0.13
HSL 247.06º 0.5% 0.73% -
HSV(B) 247.06º 0.31% 0.87% -
XYZ 39.14 35.58 73.21 -
YUV 163.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 161 153 221 0.27 0.31 0 0.13 247.06 0.5 0.73
Hex A1 99 DD 1B 1F 0 D F7 32 49
Octal 241 231 335 33 37 0 15 367 62 111
Binary 10100001 10011001 11011101 11011 11111 0 1101 11110111 110010 1001001

Color Harmonies of #A199DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199DD

Black with #A199DD

Text Example


Text Example

White with #A199DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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