Html Css Color HEX #A294EE Wistful

📋 copy color: '#A294EE'

red 162 ◦ green 148 ◦ blue 238

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

Shades of Wistful #A294EE

Tints of Wistful #A294EE

RGB

 RED value IS 162 (63.67% from 255) = 29.56%

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

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

R = 29.56%
G = 27.01%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A294EE (or 0xA294EE) is known color: Wistful. HEX triplet: A2, 94 and EE. RGB value is (162,148,238). Sum of RGB (Red+Green+Blue) = 162+148+238=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #A294EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294EE is #5D6B11. Grayscale: #A2A2A2. Windows color (decimal): -6122258 or 15635618. OLE color: 15635618.

HSL color Cylindrical-coordinate representation of color #A294EE: hue angle of 249.33º 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 #A294EE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 148 238 -
CMYK 0.32 0.38 0 0.07
HSL 249.33º 0.73% 0.76% -
HSV(B) 249.33º 0.38% 0.93% -
XYZ 40.92 35.03 85.49 -
YUV 162.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 162 148 238 0.32 0.38 0 0.07 249.33 0.73 0.76
Hex A2 94 EE 20 26 0 7 F9 49 4C
Octal 242 224 356 40 46 0 7 371 111 114
Binary 10100010 10010100 11101110 100000 100110 0 111 11111001 1001001 1001100

Color Harmonies of #A294EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294EE

Black with #A294EE

Text Example


Text Example

White with #A294EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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