Html Css Color HEX #A49DD0 Wistful

📋 copy color: '#A49DD0'

red 164 ◦ green 157 ◦ blue 208

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

Shades of Wistful #A49DD0

Tints of Wistful #A49DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 31%
G = 29.68%
B = 39.32%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A49DD0 (or 0xA49DD0) is known color: Wistful. HEX triplet: A4, 9D and D0. RGB value is (164,157,208). Sum of RGB (Red+Green+Blue) = 164+157+208=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #A49DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD0 is #5B622F. Grayscale: #A4A4A4. Windows color (decimal): -5988912 or 13671844. OLE color: 13671844.

HSL color Cylindrical-coordinate representation of color #A49DD0: hue angle of 248.24º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A49DD0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 157 208 -
CMYK 0.21 0.25 0 0.18
HSL 248.24º 0.35% 0.72% -
HSV(B) 248.24º 0.25% 0.82% -
XYZ 38.75 36.56 64.69 -
YUV 164.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 164 157 208 0.21 0.25 0 0.18 248.24 0.35 0.72
Hex A4 9D D0 15 19 0 12 F8 23 48
Octal 244 235 320 25 31 0 22 370 43 110
Binary 10100100 10011101 11010000 10101 11001 0 10010 11111000 100011 1001000

Color Harmonies of #A49DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DD0

Black with #A49DD0

Text Example


Text Example

White with #A49DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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