Html Css Color HEX #A39BDB Wistful

📋 copy color: '#A39BDB'

red 163 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A39BDB

Tints of Wistful #A39BDB

RGB

 RED value IS 163 (64.06% from 255) = 30.35%

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

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

R = 30.35%
G = 28.86%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A39BDB (or 0xA39BDB) is known color: Wistful. HEX triplet: A3, 9B and DB. RGB value is (163,155,219). Sum of RGB (Red+Green+Blue) = 163+155+219=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BDB is #5C6424. Grayscale: #A4A4A4. Windows color (decimal): -6054949 or 14392227. OLE color: 14392227.

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

Color convert

RGB 163 155 219 -
CMYK 0.26 0.29 0 0.14
HSL 247.5º 0.47% 0.73% -
HSV(B) 247.5º 0.29% 0.86% -
XYZ 39.61 36.34 71.95 -
YUV 164.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 163 155 219 0.26 0.29 0 0.14 247.5 0.47 0.73
Hex A3 9B DB 1A 1D 0 E F8 2F 49
Octal 243 233 333 32 35 0 16 370 57 111
Binary 10100011 10011011 11011011 11010 11101 0 1110 11111000 101111 1001001

Color Harmonies of #A39BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39BDB

Black with #A39BDB

Text Example


Text Example

White with #A39BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39BDB; }

 p { color: rgb(163,155,219); }

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

background-color css

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

 a { background-color: rgb(163,155,219); }

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

border-color css

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

 span { border-color: rgb(163,155,219); }

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