Html Css Color HEX #A49ECB Wistful

📋 copy color: '#A49ECB'

red 164 ◦ green 158 ◦ blue 203

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

Shades of Wistful #A49ECB

Tints of Wistful #A49ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 31.24%
G = 30.1%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A49ECB (or 0xA49ECB) is known color: Wistful. HEX triplet: A4, 9E and CB. RGB value is (164,158,203). Sum of RGB (Red+Green+Blue) = 164+158+203=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A49ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECB is #5B6134. Grayscale: #A4A4A4. Windows color (decimal): -5988661 or 13344420. OLE color: 13344420.

HSL color Cylindrical-coordinate representation of color #A49ECB: hue angle of 248º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49ECB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 158 203 -
CMYK 0.19 0.22 0 0.20
HSL 248º 0.3% 0.71% -
HSV(B) 248º 0.22% 0.8% -
XYZ 38.32 36.66 61.56 -
YUV 164.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 164 158 203 0.19 0.22 0 0.20 248 0.3 0.71
Hex A4 9E CB 13 16 0 14 F8 1E 47
Octal 244 236 313 23 26 0 24 370 36 107
Binary 10100100 10011110 11001011 10011 10110 0 10100 11111000 11110 1000111

Color Harmonies of #A49ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ECB

Black with #A49ECB

Text Example


Text Example

White with #A49ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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