Html Css Color HEX #A09DDB Wistful

📋 copy color: '#A09DDB'

red 160 ◦ green 157 ◦ blue 219

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

Shades of Wistful #A09DDB

Tints of Wistful #A09DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.29%

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

R = 29.85%
G = 29.29%
B = 40.86%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09DDB (or 0xA09DDB) is known color: Wistful. HEX triplet: A0, 9D and DB. RGB value is (160,157,219). Sum of RGB (Red+Green+Blue) = 160+157+219=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 157 (61.72% from 255 or 29.29% 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 #A09DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDB is #5F6224. Grayscale: #A4A4A4. Windows color (decimal): -6251045 or 14392736. OLE color: 14392736.

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

Color convert

RGB 160 157 219 -
CMYK 0.27 0.28 0 0.14
HSL 242.9º 0.46% 0.74% -
HSV(B) 242.9º 0.28% 0.86% -
XYZ 39.34 36.7 72.03 -
YUV 164.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 160 157 219 0.27 0.28 0 0.14 242.9 0.46 0.74
Hex A0 9D DB 1B 1C 0 E F3 2E 4A
Octal 240 235 333 33 34 0 16 363 56 112
Binary 10100000 10011101 11011011 11011 11100 0 1110 11110011 101110 1001010

Color Harmonies of #A09DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DDB

Black with #A09DDB

Text Example


Text Example

White with #A09DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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