Html Css Color HEX #A39FDB Wistful

📋 copy color: '#A39FDB'

red 163 ◦ green 159 ◦ blue 219

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

Shades of Wistful #A39FDB

Tints of Wistful #A39FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

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

R = 30.13%
G = 29.39%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A39FDB (or 0xA39FDB) is known color: Wistful. HEX triplet: A3, 9F and DB. RGB value is (163,159,219). Sum of RGB (Red+Green+Blue) = 163+159+219=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FDB is #5C6024. Grayscale: #A6A6A6. Windows color (decimal): -6053925 or 14393251. OLE color: 14393251.

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

Color convert

RGB 163 159 219 -
CMYK 0.26 0.27 0 0.14
HSL 244º 0.45% 0.74% -
HSV(B) 244º 0.27% 0.86% -
XYZ 40.29 37.7 72.17 -
YUV 167.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 163 159 219 0.26 0.27 0 0.14 244 0.45 0.74
Hex A3 9F DB 1A 1B 0 E F4 2D 4A
Octal 243 237 333 32 33 0 16 364 55 112
Binary 10100011 10011111 11011011 11010 11011 0 1110 11110100 101101 1001010

Color Harmonies of #A39FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39FDB

Black with #A39FDB

Text Example


Text Example

White with #A39FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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