Html Css Color HEX #A49DDD Wistful

📋 copy color: '#A49DDD'

red 164 ◦ green 157 ◦ blue 221

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

Shades of Wistful #A49DDD

Tints of Wistful #A49DDD

RGB

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

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

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

R = 30.26%
G = 28.97%
B = 40.77%

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

#A49DDD (or 0xA49DDD) is known color: Wistful. HEX triplet: A4, 9D and DD. RGB value is (164,157,221). Sum of RGB (Red+Green+Blue) = 164+157+221=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDD is #5B6222. Grayscale: #A6A6A6. Windows color (decimal): -5988899 or 14523812. OLE color: 14523812.

HSL color Cylindrical-coordinate representation of color #A49DDD: hue angle of 246.56º 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 #A49DDD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 157 221 -
CMYK 0.26 0.29 0 0.13
HSL 246.56º 0.48% 0.74% -
HSV(B) 246.56º 0.29% 0.87% -
XYZ 40.42 37.23 73.46 -
YUV 166.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 164 157 221 0.26 0.29 0 0.13 246.56 0.48 0.74
Hex A4 9D DD 1A 1D 0 D F7 30 4A
Octal 244 235 335 32 35 0 15 367 60 112
Binary 10100100 10011101 11011101 11010 11101 0 1101 11110111 110000 1001010

Color Harmonies of #A49DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DDD

Black with #A49DDD

Text Example


Text Example

White with #A49DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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