Html Css Color HEX #A49CDB Wistful

📋 copy color: '#A49CDB'

red 164 ◦ green 156 ◦ blue 219

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

Shades of Wistful #A49CDB

Tints of Wistful #A49CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 30.43%
G = 28.94%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A49CDB (or 0xA49CDB) is known color: Wistful. HEX triplet: A4, 9C and DB. RGB value is (164,156,219). Sum of RGB (Red+Green+Blue) = 164+156+219=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A49CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CDB is #5B6324. Grayscale: #A5A5A5. Windows color (decimal): -5989157 or 14392484. OLE color: 14392484.

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

Color convert

RGB 164 156 219 -
CMYK 0.25 0.29 0 0.14
HSL 247.62º 0.47% 0.74% -
HSV(B) 247.62º 0.29% 0.86% -
XYZ 39.98 36.78 72.01 -
YUV 165.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 164 156 219 0.25 0.29 0 0.14 247.62 0.47 0.74
Hex A4 9C DB 19 1D 0 E F8 2F 4A
Octal 244 234 333 31 35 0 16 370 57 112
Binary 10100100 10011100 11011011 11001 11101 0 1110 11111000 101111 1001010

Color Harmonies of #A49CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CDB

Black with #A49CDB

Text Example


Text Example

White with #A49CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CDB; }

 p { color: rgb(164,156,219); }

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

background-color css

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

 a { background-color: rgb(164,156,219); }

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

border-color css

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

 span { border-color: rgb(164,156,219); }

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