Html Css Color HEX #A09FDD Wistful

📋 copy color: '#A09FDD'

red 160 ◦ green 159 ◦ blue 221

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

Shades of Wistful #A09FDD

Tints of Wistful #A09FDD

RGB

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

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

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

R = 29.63%
G = 29.44%
B = 40.93%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09FDD (or 0xA09FDD) is known color: Wistful. HEX triplet: A0, 9F and DD. RGB value is (160,159,221). Sum of RGB (Red+Green+Blue) = 160+159+221=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FDD is #5F6022. Grayscale: #A6A6A6. Windows color (decimal): -6250531 or 14524320. OLE color: 14524320.

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

Color convert

RGB 160 159 221 -
CMYK 0.28 0.28 0 0.13
HSL 240.97º 0.48% 0.75% -
HSV(B) 240.97º 0.28% 0.87% -
XYZ 39.95 37.49 73.54 -
YUV 166.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 160 159 221 0.28 0.28 0 0.13 240.97 0.48 0.75
Hex A0 9F DD 1C 1C 0 D F1 30 4B
Octal 240 237 335 34 34 0 15 361 60 113
Binary 10100000 10011111 11011101 11100 11100 0 1101 11110001 110000 1001011

Color Harmonies of #A09FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FDD

Black with #A09FDD

Text Example


Text Example

White with #A09FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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