Html Css Color HEX #A09ADA Wistful

📋 copy color: '#A09ADA'

red 160 ◦ green 154 ◦ blue 218

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

Shades of Wistful #A09ADA

Tints of Wistful #A09ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 30.08%
G = 28.95%
B = 40.98%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A09ADA (or 0xA09ADA) is known color: Wistful. HEX triplet: A0, 9A and DA. RGB value is (160,154,218). Sum of RGB (Red+Green+Blue) = 160+154+218=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADA is #5F6525. Grayscale: #A2A2A2. Windows color (decimal): -6251814 or 14326432. OLE color: 14326432.

HSL color Cylindrical-coordinate representation of color #A09ADA: hue angle of 245.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09ADA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 154 218 -
CMYK 0.27 0.29 0 0.15
HSL 245.63º 0.46% 0.73% -
HSV(B) 245.63º 0.29% 0.85% -
XYZ 38.71 35.65 71.17 -
YUV 163.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 160 154 218 0.27 0.29 0 0.15 245.63 0.46 0.73
Hex A0 9A DA 1B 1D 0 F F6 2E 49
Octal 240 232 332 33 35 0 17 366 56 111
Binary 10100000 10011010 11011010 11011 11101 0 1111 11110110 101110 1001001

Color Harmonies of #A09ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ADA

Black with #A09ADA

Text Example


Text Example

White with #A09ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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