Html Css Color HEX #A49BDC Wistful

📋 copy color: '#A49BDC'

red 164 ◦ green 155 ◦ blue 220

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

Shades of Wistful #A49BDC

Tints of Wistful #A49BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 30.43%
G = 28.76%
B = 40.82%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49BDC (or 0xA49BDC) is known color: Wistful. HEX triplet: A4, 9B and DC. RGB value is (164,155,220). Sum of RGB (Red+Green+Blue) = 164+155+220=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A49BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDC is #5B6423. Grayscale: #A4A4A4. Windows color (decimal): -5989412 or 14457764. OLE color: 14457764.

HSL color Cylindrical-coordinate representation of color #A49BDC: hue angle of 248.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49BDC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 155 220 -
CMYK 0.25 0.30 0 0.14
HSL 248.31º 0.48% 0.74% -
HSV(B) 248.31º 0.3% 0.86% -
XYZ 39.95 36.5 72.65 -
YUV 165.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 164 155 220 0.25 0.30 0 0.14 248.31 0.48 0.74
Hex A4 9B DC 19 1E 0 E F8 30 4A
Octal 244 233 334 31 36 0 16 370 60 112
Binary 10100100 10011011 11011100 11001 11110 0 1110 11111000 110000 1001010

Color Harmonies of #A49BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BDC

Black with #A49BDC

Text Example


Text Example

White with #A49BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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