Html Css Color HEX #A49EC1 Wistful

📋 copy color: '#A49EC1'

red 164 ◦ green 158 ◦ blue 193

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

Shades of Wistful #A49EC1

Tints of Wistful #A49EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 31.84%
G = 30.68%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A49EC1 (or 0xA49EC1) is known color: Wistful. HEX triplet: A4, 9E and C1. RGB value is (164,158,193). Sum of RGB (Red+Green+Blue) = 164+158+193=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #A49EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EC1 is #5B613E. Grayscale: #A3A3A3. Windows color (decimal): -5988671 or 12689060. OLE color: 12689060.

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

Color convert

RGB 164 158 193 -
CMYK 0.15 0.18 0 0.24
HSL 250.29º 0.22% 0.69% -
HSV(B) 250.29º 0.18% 0.76% -
XYZ 37.16 36.2 55.48 -
YUV 163.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 164 158 193 0.15 0.18 0 0.24 250.29 0.22 0.69
Hex A4 9E C1 F 12 0 18 FA 16 45
Octal 244 236 301 17 22 0 30 372 26 105
Binary 10100100 10011110 11000001 1111 10010 0 11000 11111010 10110 1000101

Color Harmonies of #A49EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EC1

Black with #A49EC1

Text Example


Text Example

White with #A49EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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