Html Css Color HEX #A49DD6 Wistful

📋 copy color: '#A49DD6'

red 164 ◦ green 157 ◦ blue 214

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

Shades of Wistful #A49DD6

Tints of Wistful #A49DD6

RGB

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

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

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

R = 30.65%
G = 29.35%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A49DD6 (or 0xA49DD6) is known color: Wistful. HEX triplet: A4, 9D and D6. RGB value is (164,157,214). Sum of RGB (Red+Green+Blue) = 164+157+214=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #A49DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD6 is #5B6229. Grayscale: #A5A5A5. Windows color (decimal): -5988906 or 14065060. OLE color: 14065060.

HSL color Cylindrical-coordinate representation of color #A49DD6: hue angle of 247.37º 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 #A49DD6 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 157 214 -
CMYK 0.23 0.27 0 0.16
HSL 247.37º 0.41% 0.73% -
HSV(B) 247.37º 0.27% 0.84% -
XYZ 39.5 36.86 68.65 -
YUV 165.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 164 157 214 0.23 0.27 0 0.16 247.37 0.41 0.73
Hex A4 9D D6 17 1B 0 10 F7 29 49
Octal 244 235 326 27 33 0 20 367 51 111
Binary 10100100 10011101 11010110 10111 11011 0 10000 11110111 101001 1001001

Color Harmonies of #A49DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DD6

Black with #A49DD6

Text Example


Text Example

White with #A49DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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