Html Css Color HEX #A09FE2 Wistful

📋 copy color: '#A09FE2'

red 160 ◦ green 159 ◦ blue 226

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

Shades of Wistful #A09FE2

Tints of Wistful #A09FE2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 226 (88.67% from 255) = 41.47%

R = 29.36%
G = 29.17%
B = 41.47%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A09FE2 (or 0xA09FE2) is known color: Wistful. HEX triplet: A0, 9F and E2. RGB value is (160,159,226). Sum of RGB (Red+Green+Blue) = 160+159+226=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #A09FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FE2 is #5F601D. Grayscale: #A6A6A6. Windows color (decimal): -6250526 or 14852000. OLE color: 14852000.

HSL color Cylindrical-coordinate representation of color #A09FE2: hue angle of 240.9º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09FE2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 159 226 -
CMYK 0.29 0.30 0 0.11
HSL 240.9º 0.54% 0.75% -
HSV(B) 240.9º 0.3% 0.89% -
XYZ 40.62 37.76 77.1 -
YUV 166.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 160 159 226 0.29 0.30 0 0.11 240.9 0.54 0.75
Hex A0 9F E2 1D 1E 0 B F1 36 4B
Octal 240 237 342 35 36 0 13 361 66 113
Binary 10100000 10011111 11100010 11101 11110 0 1011 11110001 110110 1001011

Color Harmonies of #A09FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FE2

Black with #A09FE2

Text Example


Text Example

White with #A09FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FE2; }

 p { color: rgb(160,159,226); }

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

background-color css

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

 a { background-color: rgb(160,159,226); }

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

border-color css

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

 span { border-color: rgb(160,159,226); }

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