Html Css Color HEX #A19ADD Wistful

📋 copy color: '#A19ADD'

red 161 ◦ green 154 ◦ blue 221

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

Shades of Wistful #A19ADD

Tints of Wistful #A19ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.73%

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

R = 30.04%
G = 28.73%
B = 41.23%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19ADD (or 0xA19ADD) is known color: Wistful. HEX triplet: A1, 9A and DD. RGB value is (161,154,221). Sum of RGB (Red+Green+Blue) = 161+154+221=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A19ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADD is #5E6522. Grayscale: #A3A3A3. Windows color (decimal): -6186275 or 14523041. OLE color: 14523041.

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

Color convert

RGB 161 154 221 -
CMYK 0.27 0.30 0 0.13
HSL 246.27º 0.5% 0.74% -
HSV(B) 246.27º 0.3% 0.87% -
XYZ 39.3 35.91 73.27 -
YUV 163.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 161 154 221 0.27 0.30 0 0.13 246.27 0.5 0.74
Hex A1 9A DD 1B 1E 0 D F6 32 4A
Octal 241 232 335 33 36 0 15 366 62 112
Binary 10100001 10011010 11011101 11011 11110 0 1101 11110110 110010 1001010

Color Harmonies of #A19ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19ADD

Black with #A19ADD

Text Example


Text Example

White with #A19ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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