Html Css Color HEX #A49EDD Wistful

📋 copy color: '#A49EDD'

red 164 ◦ green 158 ◦ blue 221

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

Shades of Wistful #A49EDD

Tints of Wistful #A49EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 30.2%
G = 29.1%
B = 40.7%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49EDD (or 0xA49EDD) is known color: Wistful. HEX triplet: A4, 9E and DD. RGB value is (164,158,221). Sum of RGB (Red+Green+Blue) = 164+158+221=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDD is #5B6122. Grayscale: #A6A6A6. Windows color (decimal): -5988643 or 14524068. OLE color: 14524068.

HSL color Cylindrical-coordinate representation of color #A49EDD: hue angle of 245.71º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49EDD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 158 221 -
CMYK 0.26 0.29 0 0.13
HSL 245.71º 0.48% 0.74% -
HSV(B) 245.71º 0.29% 0.87% -
XYZ 40.59 37.57 73.52 -
YUV 166.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 164 158 221 0.26 0.29 0 0.13 245.71 0.48 0.74
Hex A4 9E DD 1A 1D 0 D F6 30 4A
Octal 244 236 335 32 35 0 15 366 60 112
Binary 10100100 10011110 11011101 11010 11101 0 1101 11110110 110000 1001010

Color Harmonies of #A49EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EDD

Black with #A49EDD

Text Example


Text Example

White with #A49EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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