Html Css Color HEX #A19DD6 Wistful

📋 copy color: '#A19DD6'

red 161 ◦ green 157 ◦ blue 214

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

Shades of Wistful #A19DD6

Tints of Wistful #A19DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 30.26%
G = 29.51%
B = 40.23%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A19DD6 (or 0xA19DD6) is known color: Wistful. HEX triplet: A1, 9D and D6. RGB value is (161,157,214). Sum of RGB (Red+Green+Blue) = 161+157+214=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A19DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DD6 is #5E6229. Grayscale: #A4A4A4. Windows color (decimal): -6185514 or 14065057. OLE color: 14065057.

HSL color Cylindrical-coordinate representation of color #A19DD6: hue angle of 244.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A19DD6 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 157 214 -
CMYK 0.25 0.27 0 0.16
HSL 244.21º 0.41% 0.73% -
HSV(B) 244.21º 0.27% 0.84% -
XYZ 38.89 36.55 68.62 -
YUV 164.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 161 157 214 0.25 0.27 0 0.16 244.21 0.41 0.73
Hex A1 9D D6 19 1B 0 10 F4 29 49
Octal 241 235 326 31 33 0 20 364 51 111
Binary 10100001 10011101 11010110 11001 11011 0 10000 11110100 101001 1001001

Color Harmonies of #A19DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DD6

Black with #A19DD6

Text Example


Text Example

White with #A19DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DD6; }

 p { color: rgb(161,157,214); }

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

background-color css

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

 a { background-color: rgb(161,157,214); }

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

border-color css

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

 span { border-color: rgb(161,157,214); }

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