Html Css Color HEX #A49DDF Wistful

📋 copy color: '#A49DDF'

red 164 ◦ green 157 ◦ blue 223

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

Shades of Wistful #A49DDF

Tints of Wistful #A49DDF

RGB

 RED value IS 164 (64.45% from 255) = 30.15%

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

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

R = 30.15%
G = 28.86%
B = 40.99%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49DDF (or 0xA49DDF) is known color: Wistful. HEX triplet: A4, 9D and DF. RGB value is (164,157,223). Sum of RGB (Red+Green+Blue) = 164+157+223=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDF is #5B6220. Grayscale: #A6A6A6. Windows color (decimal): -5988897 or 14654884. OLE color: 14654884.

HSL color Cylindrical-coordinate representation of color #A49DDF: hue angle of 246.36º 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 #A49DDF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 157 223 -
CMYK 0.26 0.30 0 0.13
HSL 246.36º 0.51% 0.75% -
HSV(B) 246.36º 0.3% 0.87% -
XYZ 40.69 37.33 74.87 -
YUV 166.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 164 157 223 0.26 0.30 0 0.13 246.36 0.51 0.75
Hex A4 9D DF 1A 1E 0 D F6 33 4B
Octal 244 235 337 32 36 0 15 366 63 113
Binary 10100100 10011101 11011111 11010 11110 0 1101 11110110 110011 1001011

Color Harmonies of #A49DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DDF

Black with #A49DDF

Text Example


Text Example

White with #A49DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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