Html Css Color HEX #A49DD5 Wistful

📋 copy color: '#A49DD5'

red 164 ◦ green 157 ◦ blue 213

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

Shades of Wistful #A49DD5

Tints of Wistful #A49DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 30.71%
G = 29.4%
B = 39.89%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A49DD5 (or 0xA49DD5) is known color: Wistful. HEX triplet: A4, 9D and D5. RGB value is (164,157,213). Sum of RGB (Red+Green+Blue) = 164+157+213=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #A49DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD5 is #5B622A. Grayscale: #A5A5A5. Windows color (decimal): -5988907 or 13999524. OLE color: 13999524.

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

Color convert

RGB 164 157 213 -
CMYK 0.23 0.26 0 0.16
HSL 247.5º 0.4% 0.73% -
HSV(B) 247.5º 0.26% 0.84% -
XYZ 39.38 36.81 67.98 -
YUV 165.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 164 157 213 0.23 0.26 0 0.16 247.5 0.4 0.73
Hex A4 9D D5 17 1A 0 10 F8 28 49
Octal 244 235 325 27 32 0 20 370 50 111
Binary 10100100 10011101 11010101 10111 11010 0 10000 11111000 101000 1001001

Color Harmonies of #A49DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DD5

Black with #A49DD5

Text Example


Text Example

White with #A49DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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