Html Css Color HEX #A49EC0 Wistful

📋 copy color: '#A49EC0'

red 164 ◦ green 158 ◦ blue 192

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

Shades of Wistful #A49EC0

Tints of Wistful #A49EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 31.91%
G = 30.74%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A49EC0 (or 0xA49EC0) is known color: Wistful. HEX triplet: A4, 9E and C0. RGB value is (164,158,192). Sum of RGB (Red+Green+Blue) = 164+158+192=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #A49EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC0 is #5B613F. Grayscale: #A3A3A3. Windows color (decimal): -5988672 or 12623524. OLE color: 12623524.

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

Color convert

RGB 164 158 192 -
CMYK 0.15 0.18 0 0.25
HSL 250.59º 0.21% 0.69% -
HSV(B) 250.59º 0.18% 0.75% -
XYZ 37.05 36.15 54.89 -
YUV 163.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 164 158 192 0.15 0.18 0 0.25 250.59 0.21 0.69
Hex A4 9E C0 F 12 0 19 FB 15 45
Octal 244 236 300 17 22 0 31 373 25 105
Binary 10100100 10011110 11000000 1111 10010 0 11001 11111011 10101 1000101

Color Harmonies of #A49EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EC0

Black with #A49EC0

Text Example


Text Example

White with #A49EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EC0; }

 p { color: rgb(164,158,192); }

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

background-color css

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

 a { background-color: rgb(164,158,192); }

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

border-color css

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

 span { border-color: rgb(164,158,192); }

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