Html Css Color HEX #A49EED Wistful

📋 copy color: '#A49EED'

red 164 ◦ green 158 ◦ blue 237

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

Shades of Wistful #A49EED

Tints of Wistful #A49EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 29.34%
G = 28.26%
B = 42.4%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A49EED (or 0xA49EED) is known color: Wistful. HEX triplet: A4, 9E and ED. RGB value is (164,158,237). Sum of RGB (Red+Green+Blue) = 164+158+237=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EED is #5B6112. Grayscale: #A8A8A8. Windows color (decimal): -5988627 or 15572644. OLE color: 15572644.

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

Color convert

RGB 164 158 237 -
CMYK 0.31 0.33 0 0.07
HSL 244.56º 0.69% 0.77% -
HSV(B) 244.56º 0.33% 0.93% -
XYZ 42.82 38.46 85.29 -
YUV 168.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 164 158 237 0.31 0.33 0 0.07 244.56 0.69 0.77
Hex A4 9E ED 1F 21 0 7 F5 45 4D
Octal 244 236 355 37 41 0 7 365 105 115
Binary 10100100 10011110 11101101 11111 100001 0 111 11110101 1000101 1001101

Color Harmonies of #A49EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EED

Black with #A49EED

Text Example


Text Example

White with #A49EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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