Html Css Color HEX #A09ADF Wistful

📋 copy color: '#A09ADF'

red 160 ◦ green 154 ◦ blue 223

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

Shades of Wistful #A09ADF

Tints of Wistful #A09ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 29.8%
G = 28.68%
B = 41.53%

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

#A09ADF (or 0xA09ADF) is known color: Wistful. HEX triplet: A0, 9A and DF. RGB value is (160,154,223). Sum of RGB (Red+Green+Blue) = 160+154+223=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A09ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADF is #5F6520. Grayscale: #A3A3A3. Windows color (decimal): -6251809 or 14654112. OLE color: 14654112.

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

Color convert

RGB 160 154 223 -
CMYK 0.28 0.31 0 0.13
HSL 245.22º 0.52% 0.74% -
HSV(B) 245.22º 0.31% 0.87% -
XYZ 39.37 35.91 74.67 -
YUV 163.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 160 154 223 0.28 0.31 0 0.13 245.22 0.52 0.74
Hex A0 9A DF 1C 1F 0 D F5 34 4A
Octal 240 232 337 34 37 0 15 365 64 112
Binary 10100000 10011010 11011111 11100 11111 0 1101 11110101 110100 1001010

Color Harmonies of #A09ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ADF

Black with #A09ADF

Text Example


Text Example

White with #A09ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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