Html Css Color HEX #A49DC5 Wistful

📋 copy color: '#A49DC5'

red 164 ◦ green 157 ◦ blue 197

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

Shades of Wistful #A49DC5

Tints of Wistful #A49DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 31.66%
G = 30.31%
B = 38.03%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A49DC5 (or 0xA49DC5) is known color: Wistful. HEX triplet: A4, 9D and C5. RGB value is (164,157,197). Sum of RGB (Red+Green+Blue) = 164+157+197=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC5 is #5B623A. Grayscale: #A3A3A3. Windows color (decimal): -5988923 or 12950948. OLE color: 12950948.

HSL color Cylindrical-coordinate representation of color #A49DC5: hue angle of 250.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49DC5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 157 197 -
CMYK 0.17 0.20 0 0.23
HSL 250.5º 0.26% 0.69% -
HSV(B) 250.5º 0.2% 0.77% -
XYZ 37.44 36.04 57.81 -
YUV 163.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 164 157 197 0.17 0.20 0 0.23 250.5 0.26 0.69
Hex A4 9D C5 11 14 0 17 FB 1A 45
Octal 244 235 305 21 24 0 27 373 32 105
Binary 10100100 10011101 11000101 10001 10100 0 10111 11111011 11010 1000101

Color Harmonies of #A49DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DC5

Black with #A49DC5

Text Example


Text Example

White with #A49DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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