Html Css Color HEX #A094F7 Wistful

📋 copy color: '#A094F7'

red 160 ◦ green 148 ◦ blue 247

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

Shades of Wistful #A094F7

Tints of Wistful #A094F7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.67%

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 28.83%
G = 26.67%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A094F7 (or 0xA094F7) is known color: Wistful. HEX triplet: A0, 94 and F7. RGB value is (160,148,247). Sum of RGB (Red+Green+Blue) = 160+148+247=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #A094F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094F7 is #5F6B08. Grayscale: #A2A2A2. Windows color (decimal): -6253321 or 16225440. OLE color: 16225440.

HSL color Cylindrical-coordinate representation of color #A094F7: hue angle of 247.27º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A094F7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 148 247 -
CMYK 0.35 0.40 0 0.03
HSL 247.27º 0.86% 0.77% -
HSV(B) 247.27º 0.4% 0.97% -
XYZ 41.88 35.37 92.62 -
YUV 162.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 160 148 247 0.35 0.40 0 0.03 247.27 0.86 0.77
Hex A0 94 F7 23 28 0 3 F7 56 4D
Octal 240 224 367 43 50 0 3 367 126 115
Binary 10100000 10010100 11110111 100011 101000 0 11 11110111 1010110 1001101

Color Harmonies of #A094F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094F7

Black with #A094F7

Text Example


Text Example

White with #A094F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094F7; }

 p { color: rgb(160,148,247); }

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

background-color css

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

 a { background-color: rgb(160,148,247); }

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

border-color css

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

 span { border-color: rgb(160,148,247); }

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