Html Css Color HEX #A49DDA Wistful

📋 copy color: '#A49DDA'

red 164 ◦ green 157 ◦ blue 218

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

Shades of Wistful #A49DDA

Tints of Wistful #A49DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 30.43%
G = 29.13%
B = 40.45%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A49DDA (or 0xA49DDA) is known color: Wistful. HEX triplet: A4, 9D and DA. RGB value is (164,157,218). Sum of RGB (Red+Green+Blue) = 164+157+218=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A49DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDA is #5B6225. Grayscale: #A5A5A5. Windows color (decimal): -5988902 or 14327204. OLE color: 14327204.

HSL color Cylindrical-coordinate representation of color #A49DDA: hue angle of 246.89º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49DDA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 157 218 -
CMYK 0.25 0.28 0 0.15
HSL 246.89º 0.45% 0.74% -
HSV(B) 246.89º 0.28% 0.85% -
XYZ 40.02 37.07 71.38 -
YUV 166.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 164 157 218 0.25 0.28 0 0.15 246.89 0.45 0.74
Hex A4 9D DA 19 1C 0 F F7 2D 4A
Octal 244 235 332 31 34 0 17 367 55 112
Binary 10100100 10011101 11011010 11001 11100 0 1111 11110111 101101 1001010

Color Harmonies of #A49DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DDA

Black with #A49DDA

Text Example


Text Example

White with #A49DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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