Html Css Color HEX #A09ADD Wistful

📋 copy color: '#A09ADD'

red 160 ◦ green 154 ◦ blue 221

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

Shades of Wistful #A09ADD

Tints of Wistful #A09ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

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

R = 29.91%
G = 28.79%
B = 41.31%

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

#A09ADD (or 0xA09ADD) is known color: Wistful. HEX triplet: A0, 9A and DD. RGB value is (160,154,221). Sum of RGB (Red+Green+Blue) = 160+154+221=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADD is #5F6522. Grayscale: #A3A3A3. Windows color (decimal): -6251811 or 14523040. OLE color: 14523040.

HSL color Cylindrical-coordinate representation of color #A09ADD: hue angle of 245.37º degrees, saturation: 0.5, 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 #A09ADD is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 154 221 -
CMYK 0.28 0.30 0 0.13
HSL 245.37º 0.5% 0.74% -
HSV(B) 245.37º 0.3% 0.87% -
XYZ 39.1 35.81 73.26 -
YUV 163.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 160 154 221 0.28 0.30 0 0.13 245.37 0.5 0.74
Hex A0 9A DD 1C 1E 0 D F5 32 4A
Octal 240 232 335 34 36 0 15 365 62 112
Binary 10100000 10011010 11011101 11100 11110 0 1101 11110101 110010 1001010

Color Harmonies of #A09ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ADD

Black with #A09ADD

Text Example


Text Example

White with #A09ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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