Html Css Color HEX #A49DEE Wistful

📋 copy color: '#A49DEE'

red 164 ◦ green 157 ◦ blue 238

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

Shades of Wistful #A49DEE

Tints of Wistful #A49DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.09%

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 29.34%
G = 28.09%
B = 42.58%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A49DEE (or 0xA49DEE) is known color: Wistful. HEX triplet: A4, 9D and EE. RGB value is (164,157,238). Sum of RGB (Red+Green+Blue) = 164+157+238=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #A49DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DEE is #5B6211. Grayscale: #A8A8A8. Windows color (decimal): -5988882 or 15637924. OLE color: 15637924.

HSL color Cylindrical-coordinate representation of color #A49DEE: hue angle of 245.19º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49DEE is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 157 238 -
CMYK 0.31 0.34 0 0.07
HSL 245.19º 0.7% 0.77% -
HSV(B) 245.19º 0.34% 0.93% -
XYZ 42.8 38.18 86 -
YUV 168.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 164 157 238 0.31 0.34 0 0.07 245.19 0.7 0.77
Hex A4 9D EE 1F 22 0 7 F5 46 4D
Octal 244 235 356 37 42 0 7 365 106 115
Binary 10100100 10011101 11101110 11111 100010 0 111 11110101 1000110 1001101

Color Harmonies of #A49DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DEE

Black with #A49DEE

Text Example


Text Example

White with #A49DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DEE; }

 p { color: rgb(164,157,238); }

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

background-color css

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

 a { background-color: rgb(164,157,238); }

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

border-color css

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

 span { border-color: rgb(164,157,238); }

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