Html Css Color HEX #A19DDF Wistful

📋 copy color: '#A19DDF'

red 161 ◦ green 157 ◦ blue 223

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

Shades of Wistful #A19DDF

Tints of Wistful #A19DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 29.76%
G = 29.02%
B = 41.22%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A19DDF (or 0xA19DDF) is known color: Wistful. HEX triplet: A1, 9D and DF. RGB value is (161,157,223). Sum of RGB (Red+Green+Blue) = 161+157+223=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDF is #5E6220. Grayscale: #A5A5A5. Windows color (decimal): -6185505 or 14654881. OLE color: 14654881.

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

Color convert

RGB 161 157 223 -
CMYK 0.28 0.30 0 0.13
HSL 243.64º 0.51% 0.75% -
HSV(B) 243.64º 0.3% 0.87% -
XYZ 40.07 37.02 74.85 -
YUV 165.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 161 157 223 0.28 0.30 0 0.13 243.64 0.51 0.75
Hex A1 9D DF 1C 1E 0 D F4 33 4B
Octal 241 235 337 34 36 0 15 364 63 113
Binary 10100001 10011101 11011111 11100 11110 0 1101 11110100 110011 1001011

Color Harmonies of #A19DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19DDF

Black with #A19DDF

Text Example


Text Example

White with #A19DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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