Html Css Color HEX #A09ADE Wistful

📋 copy color: '#A09ADE'

red 160 ◦ green 154 ◦ blue 222

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

Shades of Wistful #A09ADE

Tints of Wistful #A09ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 29.85%
G = 28.73%
B = 41.42%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09ADE (or 0xA09ADE) is known color: Wistful. HEX triplet: A0, 9A and DE. RGB value is (160,154,222). Sum of RGB (Red+Green+Blue) = 160+154+222=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #A09ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADE is #5F6521. Grayscale: #A3A3A3. Windows color (decimal): -6251810 or 14588576. OLE color: 14588576.

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

Color convert

RGB 160 154 222 -
CMYK 0.28 0.31 0 0.13
HSL 245.29º 0.51% 0.74% -
HSV(B) 245.29º 0.31% 0.87% -
XYZ 39.24 35.86 73.96 -
YUV 163.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 160 154 222 0.28 0.31 0 0.13 245.29 0.51 0.74
Hex A0 9A DE 1C 1F 0 D F5 33 4A
Octal 240 232 336 34 37 0 15 365 63 112
Binary 10100000 10011010 11011110 11100 11111 0 1101 11110101 110011 1001010

Color Harmonies of #A09ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ADE

Black with #A09ADE

Text Example


Text Example

White with #A09ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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