Html Css Color HEX #A49EDC Wistful

📋 copy color: '#A49EDC'

red 164 ◦ green 158 ◦ blue 220

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

Shades of Wistful #A49EDC

Tints of Wistful #A49EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 30.26%
G = 29.15%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49EDC (or 0xA49EDC) is known color: Wistful. HEX triplet: A4, 9E and DC. RGB value is (164,158,220). Sum of RGB (Red+Green+Blue) = 164+158+220=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A49EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDC is #5B6123. Grayscale: #A6A6A6. Windows color (decimal): -5988644 or 14458532. OLE color: 14458532.

HSL color Cylindrical-coordinate representation of color #A49EDC: hue angle of 245.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49EDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 158 220 -
CMYK 0.25 0.28 0 0.14
HSL 245.81º 0.47% 0.74% -
HSV(B) 245.81º 0.28% 0.86% -
XYZ 40.45 37.51 72.82 -
YUV 166.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 164 158 220 0.25 0.28 0 0.14 245.81 0.47 0.74
Hex A4 9E DC 19 1C 0 E F6 2F 4A
Octal 244 236 334 31 34 0 16 366 57 112
Binary 10100100 10011110 11011100 11001 11100 0 1110 11110110 101111 1001010

Color Harmonies of #A49EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EDC

Black with #A49EDC

Text Example


Text Example

White with #A49EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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