Html Css Color HEX #A09FEC Wistful

📋 copy color: '#A09FEC'

red 160 ◦ green 159 ◦ blue 236

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

Shades of Wistful #A09FEC

Tints of Wistful #A09FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 28.83%
G = 28.65%
B = 42.52%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A09FEC (or 0xA09FEC) is known color: Wistful. HEX triplet: A0, 9F and EC. RGB value is (160,159,236). Sum of RGB (Red+Green+Blue) = 160+159+236=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A09FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FEC is #5F6013. Grayscale: #A7A7A7. Windows color (decimal): -6250516 or 15507360. OLE color: 15507360.

HSL color Cylindrical-coordinate representation of color #A09FEC: hue angle of 240.78º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09FEC is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 159 236 -
CMYK 0.32 0.33 0 0.07
HSL 240.78º 0.67% 0.77% -
HSV(B) 240.78º 0.33% 0.93% -
XYZ 42.04 38.33 84.54 -
YUV 168.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 160 159 236 0.32 0.33 0 0.07 240.78 0.67 0.77
Hex A0 9F EC 20 21 0 7 F1 43 4D
Octal 240 237 354 40 41 0 7 361 103 115
Binary 10100000 10011111 11101100 100000 100001 0 111 11110001 1000011 1001101

Color Harmonies of #A09FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FEC

Black with #A09FEC

Text Example


Text Example

White with #A09FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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