Html Css Color HEX #A09FDB Wistful

📋 copy color: '#A09FDB'

red 160 ◦ green 159 ◦ blue 219

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

Shades of Wistful #A09FDB

Tints of Wistful #A09FDB

RGB

 RED value IS 160 (62.89% from 255) = 29.74%

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

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

R = 29.74%
G = 29.55%
B = 40.71%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09FDB (or 0xA09FDB) is known color: Wistful. HEX triplet: A0, 9F and DB. RGB value is (160,159,219). Sum of RGB (Red+Green+Blue) = 160+159+219=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A09FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FDB is #5F6024. Grayscale: #A5A5A5. Windows color (decimal): -6250533 or 14393248. OLE color: 14393248.

HSL color Cylindrical-coordinate representation of color #A09FDB: hue angle of 241º 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 #A09FDB is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 159 219 -
CMYK 0.27 0.27 0 0.14
HSL 241º 0.45% 0.74% -
HSV(B) 241º 0.27% 0.86% -
XYZ 39.68 37.38 72.14 -
YUV 166.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 160 159 219 0.27 0.27 0 0.14 241 0.45 0.74
Hex A0 9F DB 1B 1B 0 E F1 2D 4A
Octal 240 237 333 33 33 0 16 361 55 112
Binary 10100000 10011111 11011011 11011 11011 0 1110 11110001 101101 1001010

Color Harmonies of #A09FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FDB

Black with #A09FDB

Text Example


Text Example

White with #A09FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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