Html Css Color HEX #A49ADE Wistful

📋 copy color: '#A49ADE'

red 164 ◦ green 154 ◦ blue 222

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

Shades of Wistful #A49ADE

Tints of Wistful #A49ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 30.37%
G = 28.52%
B = 41.11%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49ADE (or 0xA49ADE) is known color: Wistful. HEX triplet: A4, 9A and DE. RGB value is (164,154,222). Sum of RGB (Red+Green+Blue) = 164+154+222=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ADE is #5B6521. Grayscale: #A4A4A4. Windows color (decimal): -5989666 or 14588580. OLE color: 14588580.

HSL color Cylindrical-coordinate representation of color #A49ADE: hue angle of 248.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A49ADE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 154 222 -
CMYK 0.26 0.31 0 0.13
HSL 248.82º 0.51% 0.74% -
HSV(B) 248.82º 0.31% 0.87% -
XYZ 40.05 36.28 74 -
YUV 164.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 164 154 222 0.26 0.31 0 0.13 248.82 0.51 0.74
Hex A4 9A DE 1A 1F 0 D F9 33 4A
Octal 244 232 336 32 37 0 15 371 63 112
Binary 10100100 10011010 11011110 11010 11111 0 1101 11111001 110011 1001010

Color Harmonies of #A49ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ADE

Black with #A49ADE

Text Example


Text Example

White with #A49ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ADE; }

 p { color: rgb(164,154,222); }

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

background-color css

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

 a { background-color: rgb(164,154,222); }

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

border-color css

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

 span { border-color: rgb(164,154,222); }

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