Html Css Color HEX #A49DED Wistful

📋 copy color: '#A49DED'

red 164 ◦ green 157 ◦ blue 237

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

Shades of Wistful #A49DED

Tints of Wistful #A49DED

RGB

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

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

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

R = 29.39%
G = 28.14%
B = 42.47%

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

#A49DED (or 0xA49DED) is known color: Wistful. HEX triplet: A4, 9D and ED. RGB value is (164,157,237). Sum of RGB (Red+Green+Blue) = 164+157+237=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DED is #5B6212. Grayscale: #A7A7A7. Windows color (decimal): -5988883 or 15572388. OLE color: 15572388.

HSL color Cylindrical-coordinate representation of color #A49DED: hue angle of 245.25º degrees, saturation: 0.69, 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 #A49DED is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 157 237 -
CMYK 0.31 0.34 0 0.07
HSL 245.25º 0.69% 0.77% -
HSV(B) 245.25º 0.34% 0.93% -
XYZ 42.65 38.12 85.23 -
YUV 168.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 164 157 237 0.31 0.34 0 0.07 245.25 0.69 0.77
Hex A4 9D ED 1F 22 0 7 F5 45 4D
Octal 244 235 355 37 42 0 7 365 105 115
Binary 10100100 10011101 11101101 11111 100010 0 111 11110101 1000101 1001101

Color Harmonies of #A49DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DED

Black with #A49DED

Text Example


Text Example

White with #A49DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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