Html Css Color HEX #A09ADC Wistful

📋 copy color: '#A09ADC'

red 160 ◦ green 154 ◦ blue 220

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

Shades of Wistful #A09ADC

Tints of Wistful #A09ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 29.96%
G = 28.84%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A09ADC (or 0xA09ADC) is known color: Wistful. HEX triplet: A0, 9A and DC. RGB value is (160,154,220). Sum of RGB (Red+Green+Blue) = 160+154+220=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A09ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADC is #5F6523. Grayscale: #A3A3A3. Windows color (decimal): -6251812 or 14457504. OLE color: 14457504.

HSL color Cylindrical-coordinate representation of color #A09ADC: hue angle of 245.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09ADC is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 154 220 -
CMYK 0.27 0.3 0 0.14
HSL 245.45º 0.49% 0.73% -
HSV(B) 245.45º 0.3% 0.86% -
XYZ 38.97 35.75 72.56 -
YUV 163.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 160 154 220 0.27 0.3 0 0.14 245.45 0.49 0.73
Hex A0 9A DC 1B 1E 0 E F5 31 49
Octal 240 232 334 33 36 0 16 365 61 111
Binary 10100000 10011010 11011100 11011 11110 0 1110 11110101 110001 1001001

Color Harmonies of #A09ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ADC

Black with #A09ADC

Text Example


Text Example

White with #A09ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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