Html Css Color HEX #A094E2 Wistful

📋 copy color: '#A094E2'

red 160 ◦ green 148 ◦ blue 226

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

Shades of Wistful #A094E2

Tints of Wistful #A094E2

RGB

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

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

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

R = 29.96%
G = 27.72%
B = 42.32%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A094E2 (or 0xA094E2) is known color: Wistful. HEX triplet: A0, 94 and E2. RGB value is (160,148,226). Sum of RGB (Red+Green+Blue) = 160+148+226=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A094E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094E2 is #5F6B1D. Grayscale: #A0A0A0. Windows color (decimal): -6253342 or 14849184. OLE color: 14849184.

HSL color Cylindrical-coordinate representation of color #A094E2: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A094E2 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 148 226 -
CMYK 0.29 0.35 0 0.11
HSL 249.23º 0.57% 0.73% -
HSV(B) 249.23º 0.35% 0.89% -
XYZ 38.81 34.14 76.5 -
YUV 160.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 160 148 226 0.29 0.35 0 0.11 249.23 0.57 0.73
Hex A0 94 E2 1D 23 0 B F9 39 49
Octal 240 224 342 35 43 0 13 371 71 111
Binary 10100000 10010100 11100010 11101 100011 0 1011 11111001 111001 1001001

Color Harmonies of #A094E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094E2

Black with #A094E2

Text Example


Text Example

White with #A094E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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