Html Css Color HEX #A09BDB Wistful

📋 copy color: '#A09BDB'

red 160 ◦ green 155 ◦ blue 219

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

Shades of Wistful #A09BDB

Tints of Wistful #A09BDB

RGB

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

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

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

R = 29.96%
G = 29.03%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09BDB (or 0xA09BDB) is known color: Wistful. HEX triplet: A0, 9B and DB. RGB value is (160,155,219). Sum of RGB (Red+Green+Blue) = 160+155+219=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A09BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BDB is #5F6424. Grayscale: #A3A3A3. Windows color (decimal): -6251557 or 14392224. OLE color: 14392224.

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

Color convert

RGB 160 155 219 -
CMYK 0.27 0.29 0 0.14
HSL 244.69º 0.47% 0.73% -
HSV(B) 244.69º 0.29% 0.86% -
XYZ 39 36.03 71.92 -
YUV 163.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 160 155 219 0.27 0.29 0 0.14 244.69 0.47 0.73
Hex A0 9B DB 1B 1D 0 E F5 2F 49
Octal 240 233 333 33 35 0 16 365 57 111
Binary 10100000 10011011 11011011 11011 11101 0 1110 11110101 101111 1001001

Color Harmonies of #A09BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BDB

Black with #A09BDB

Text Example


Text Example

White with #A09BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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