Html Css Color HEX #A39ADB Wistful

📋 copy color: '#A39ADB'

red 163 ◦ green 154 ◦ blue 219

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

Shades of Wistful #A39ADB

Tints of Wistful #A39ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.73%

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

R = 30.41%
G = 28.73%
B = 40.86%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A39ADB (or 0xA39ADB) is known color: Wistful. HEX triplet: A3, 9A and DB. RGB value is (163,154,219). Sum of RGB (Red+Green+Blue) = 163+154+219=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ADB is #5C6524. Grayscale: #A3A3A3. Windows color (decimal): -6055205 or 14391971. OLE color: 14391971.

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

Color convert

RGB 163 154 219 -
CMYK 0.26 0.30 0 0.14
HSL 248.31º 0.47% 0.73% -
HSV(B) 248.31º 0.3% 0.86% -
XYZ 39.45 36.01 71.89 -
YUV 164.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 163 154 219 0.26 0.30 0 0.14 248.31 0.47 0.73
Hex A3 9A DB 1A 1E 0 E F8 2F 49
Octal 243 232 333 32 36 0 16 370 57 111
Binary 10100011 10011010 11011011 11010 11110 0 1110 11111000 101111 1001001

Color Harmonies of #A39ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39ADB

Black with #A39ADB

Text Example


Text Example

White with #A39ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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