Html Css Color HEX #A294F1 Wistful

📋 copy color: '#A294F1'

red 162 ◦ green 148 ◦ blue 241

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

Shades of Wistful #A294F1

Tints of Wistful #A294F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 29.4%
G = 26.86%
B = 43.74%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A294F1 (or 0xA294F1) is known color: Wistful. HEX triplet: A2, 94 and F1. RGB value is (162,148,241). Sum of RGB (Red+Green+Blue) = 162+148+241=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #A294F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A294F1 is #5D6B0E. Grayscale: #A2A2A2. Windows color (decimal): -6122255 or 15832226. OLE color: 15832226.

HSL color Cylindrical-coordinate representation of color #A294F1: hue angle of 249.03º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A294F1 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 148 241 -
CMYK 0.33 0.39 0 0.05
HSL 249.03º 0.77% 0.76% -
HSV(B) 249.03º 0.39% 0.95% -
XYZ 41.37 35.21 87.84 -
YUV 162.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 162 148 241 0.33 0.39 0 0.05 249.03 0.77 0.76
Hex A2 94 F1 21 27 0 5 F9 4D 4C
Octal 242 224 361 41 47 0 5 371 115 114
Binary 10100010 10010100 11110001 100001 100111 0 101 11111001 1001101 1001100

Color Harmonies of #A294F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294F1

Black with #A294F1

Text Example


Text Example

White with #A294F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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