Html Css Color HEX #A094EE Wistful

📋 copy color: '#A094EE'

red 160 ◦ green 148 ◦ blue 238

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

Shades of Wistful #A094EE

Tints of Wistful #A094EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 29.3%
G = 27.11%
B = 43.59%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A094EE (or 0xA094EE) is known color: Wistful. HEX triplet: A0, 94 and EE. RGB value is (160,148,238). Sum of RGB (Red+Green+Blue) = 160+148+238=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A094EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A094EE is #5F6B11. Grayscale: #A1A1A1. Windows color (decimal): -6253330 or 15635616. OLE color: 15635616.

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

Color convert

RGB 160 148 238 -
CMYK 0.33 0.38 0 0.07
HSL 248º 0.73% 0.76% -
HSV(B) 248º 0.38% 0.93% -
XYZ 40.52 34.83 85.48 -
YUV 161.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 160 148 238 0.33 0.38 0 0.07 248 0.73 0.76
Hex A0 94 EE 21 26 0 7 F8 49 4C
Octal 240 224 356 41 46 0 7 370 111 114
Binary 10100000 10010100 11101110 100001 100110 0 111 11111000 1001001 1001100

Color Harmonies of #A094EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A094EE

Black with #A094EE

Text Example


Text Example

White with #A094EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A094EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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