Html Css Color HEX #A39EDB Wistful

📋 copy color: '#A39EDB'

red 163 ◦ green 158 ◦ blue 219

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

Shades of Wistful #A39EDB

Tints of Wistful #A39EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.26%

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

R = 30.19%
G = 29.26%
B = 40.56%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A39EDB (or 0xA39EDB) is known color: Wistful. HEX triplet: A3, 9E and DB. RGB value is (163,158,219). Sum of RGB (Red+Green+Blue) = 163+158+219=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EDB is #5C6124. Grayscale: #A6A6A6. Windows color (decimal): -6054181 or 14392995. OLE color: 14392995.

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

Color convert

RGB 163 158 219 -
CMYK 0.26 0.28 0 0.14
HSL 244.92º 0.46% 0.74% -
HSV(B) 244.92º 0.28% 0.86% -
XYZ 40.12 37.35 72.11 -
YUV 166.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 163 158 219 0.26 0.28 0 0.14 244.92 0.46 0.74
Hex A3 9E DB 1A 1C 0 E F5 2E 4A
Octal 243 236 333 32 34 0 16 365 56 112
Binary 10100011 10011110 11011011 11010 11100 0 1110 11110101 101110 1001010

Color Harmonies of #A39EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39EDB

Black with #A39EDB

Text Example


Text Example

White with #A39EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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