Html Css Color HEX #A49BDF Wistful

📋 copy color: '#A49BDF'

red 164 ◦ green 155 ◦ blue 223

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

Shades of Wistful #A49BDF

Tints of Wistful #A49BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 30.26%
G = 28.6%
B = 41.14%

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

#A49BDF (or 0xA49BDF) is known color: Wistful. HEX triplet: A4, 9B and DF. RGB value is (164,155,223). Sum of RGB (Red+Green+Blue) = 164+155+223=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDF is #5B6420. Grayscale: #A5A5A5. Windows color (decimal): -5989409 or 14654372. OLE color: 14654372.

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

Color convert

RGB 164 155 223 -
CMYK 0.26 0.30 0 0.13
HSL 247.94º 0.52% 0.74% -
HSV(B) 247.94º 0.3% 0.87% -
XYZ 40.35 36.66 74.76 -
YUV 165.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 164 155 223 0.26 0.30 0 0.13 247.94 0.52 0.74
Hex A4 9B DF 1A 1E 0 D F8 34 4A
Octal 244 233 337 32 36 0 15 370 64 112
Binary 10100100 10011011 11011111 11010 11110 0 1101 11111000 110100 1001010

Color Harmonies of #A49BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BDF

Black with #A49BDF

Text Example


Text Example

White with #A49BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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