Html Css Color HEX #A49BDE Wistful

📋 copy color: '#A49BDE'

red 164 ◦ green 155 ◦ blue 222

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

Shades of Wistful #A49BDE

Tints of Wistful #A49BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.65%

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

R = 30.31%
G = 28.65%
B = 41.04%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A49BDE (or 0xA49BDE) is known color: Wistful. HEX triplet: A4, 9B and DE. RGB value is (164,155,222). Sum of RGB (Red+Green+Blue) = 164+155+222=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDE is #5B6421. Grayscale: #A5A5A5. Windows color (decimal): -5989410 or 14588836. OLE color: 14588836.

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

Color convert

RGB 164 155 222 -
CMYK 0.26 0.30 0 0.13
HSL 248.06º 0.5% 0.74% -
HSV(B) 248.06º 0.3% 0.87% -
XYZ 40.22 36.61 74.05 -
YUV 165.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 164 155 222 0.26 0.30 0 0.13 248.06 0.5 0.74
Hex A4 9B DE 1A 1E 0 D F8 32 4A
Octal 244 233 336 32 36 0 15 370 62 112
Binary 10100100 10011011 11011110 11010 11110 0 1101 11111000 110010 1001010

Color Harmonies of #A49BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BDE

Black with #A49BDE

Text Example


Text Example

White with #A49BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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