Html Css Color HEX #A19FDD Wistful

📋 copy color: '#A19FDD'

red 161 ◦ green 159 ◦ blue 221

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

Shades of Wistful #A19FDD

Tints of Wistful #A19FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

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

R = 29.76%
G = 29.39%
B = 40.85%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19FDD (or 0xA19FDD) is known color: Wistful. HEX triplet: A1, 9F and DD. RGB value is (161,159,221). Sum of RGB (Red+Green+Blue) = 161+159+221=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FDD is #5E6022. Grayscale: #A6A6A6. Windows color (decimal): -6184995 or 14524321. OLE color: 14524321.

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

Color convert

RGB 161 159 221 -
CMYK 0.27 0.28 0 0.13
HSL 241.94º 0.48% 0.75% -
HSV(B) 241.94º 0.28% 0.87% -
XYZ 40.15 37.59 73.55 -
YUV 166.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 161 159 221 0.27 0.28 0 0.13 241.94 0.48 0.75
Hex A1 9F DD 1B 1C 0 D F2 30 4B
Octal 241 237 335 33 34 0 15 362 60 113
Binary 10100001 10011111 11011101 11011 11100 0 1101 11110010 110000 1001011

Color Harmonies of #A19FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19FDD

Black with #A19FDD

Text Example


Text Example

White with #A19FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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