Html Css Color HEX #A09BDD Wistful

📋 copy color: '#A09BDD'

red 160 ◦ green 155 ◦ blue 221

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

Shades of Wistful #A09BDD

Tints of Wistful #A09BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 29.85%
G = 28.92%
B = 41.23%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09BDD (or 0xA09BDD) is known color: Wistful. HEX triplet: A0, 9B and DD. RGB value is (160,155,221). Sum of RGB (Red+Green+Blue) = 160+155+221=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BDD is #5F6422. Grayscale: #A3A3A3. Windows color (decimal): -6251555 or 14523296. OLE color: 14523296.

HSL color Cylindrical-coordinate representation of color #A09BDD: hue angle of 244.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09BDD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 155 221 -
CMYK 0.28 0.30 0 0.13
HSL 244.55º 0.49% 0.74% -
HSV(B) 244.55º 0.3% 0.87% -
XYZ 39.27 36.14 73.31 -
YUV 164.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 160 155 221 0.28 0.30 0 0.13 244.55 0.49 0.74
Hex A0 9B DD 1C 1E 0 D F5 31 4A
Octal 240 233 335 34 36 0 15 365 61 112
Binary 10100000 10011011 11011101 11100 11110 0 1101 11110101 110001 1001010

Color Harmonies of #A09BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BDD

Black with #A09BDD

Text Example


Text Example

White with #A09BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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