Html Css Color HEX #A194FA Wistful

📋 copy color: '#A194FA'

red 161 ◦ green 148 ◦ blue 250

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

Shades of Wistful #A194FA

Tints of Wistful #A194FA

RGB

 RED value IS 161 (63.28% from 255) = 28.8%

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 28.8%
G = 26.48%
B = 44.72%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A194FA (or 0xA194FA) is known color: Wistful. HEX triplet: A1, 94 and FA. RGB value is (161,148,250). Sum of RGB (Red+Green+Blue) = 161+148+250=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A194FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194FA is #5E6B05. Grayscale: #A3A3A3. Windows color (decimal): -6187782 or 16422049. OLE color: 16422049.

HSL color Cylindrical-coordinate representation of color #A194FA: hue angle of 247.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A194FA is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 148 250 -
CMYK 0.36 0.41 0 0.02
HSL 247.65º 0.91% 0.78% -
HSV(B) 247.65º 0.41% 0.98% -
XYZ 42.54 35.66 95.08 -
YUV 163.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 161 148 250 0.36 0.41 0 0.02 247.65 0.91 0.78
Hex A1 94 FA 24 29 0 2 F8 5B 4E
Octal 241 224 372 44 51 0 2 370 133 116
Binary 10100001 10010100 11111010 100100 101001 0 10 11111000 1011011 1001110

Color Harmonies of #A194FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A194FA

Black with #A194FA

Text Example


Text Example

White with #A194FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A194FA; }

 p { color: rgb(161,148,250); }

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

background-color css

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

 a { background-color: rgb(161,148,250); }

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

border-color css

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

 span { border-color: rgb(161,148,250); }

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