Html Css Color HEX #A09AF6 Wistful

📋 copy color: '#A09AF6'

red 160 ◦ green 154 ◦ blue 246

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

Shades of Wistful #A09AF6

Tints of Wistful #A09AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 28.57%
G = 27.5%
B = 43.93%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A09AF6 (or 0xA09AF6) is known color: Wistful. HEX triplet: A0, 9A and F6. RGB value is (160,154,246). Sum of RGB (Red+Green+Blue) = 160+154+246=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #A09AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AF6 is #5F6509. Grayscale: #A5A5A5. Windows color (decimal): -6251786 or 16161440. OLE color: 16161440.

HSL color Cylindrical-coordinate representation of color #A09AF6: hue angle of 243.91º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09AF6 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 154 246 -
CMYK 0.35 0.37 0 0.04
HSL 243.91º 0.84% 0.78% -
HSV(B) 243.91º 0.37% 0.96% -
XYZ 42.69 37.24 92.13 -
YUV 166.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 160 154 246 0.35 0.37 0 0.04 243.91 0.84 0.78
Hex A0 9A F6 23 25 0 4 F4 54 4E
Octal 240 232 366 43 45 0 4 364 124 116
Binary 10100000 10011010 11110110 100011 100101 0 100 11110100 1010100 1001110

Color Harmonies of #A09AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AF6

Black with #A09AF6

Text Example


Text Example

White with #A09AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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