Html Css Color HEX #A193F9 Wistful

📋 copy color: '#A193F9'

red 161 ◦ green 147 ◦ blue 249

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

Shades of Wistful #A193F9

Tints of Wistful #A193F9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.39%

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 28.9%
G = 26.39%
B = 44.7%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A193F9 (or 0xA193F9) is known color: Wistful. HEX triplet: A1, 93 and F9. RGB value is (161,147,249). Sum of RGB (Red+Green+Blue) = 161+147+249=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A193F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193F9 is #5E6C06. Grayscale: #A2A2A2. Windows color (decimal): -6188039 or 16356257. OLE color: 16356257.

HSL color Cylindrical-coordinate representation of color #A193F9: hue angle of 248.24º degrees, saturation: 0.89, 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 #A193F9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 147 249 -
CMYK 0.35 0.41 0 0.02
HSL 248.24º 0.89% 0.78% -
HSV(B) 248.24º 0.41% 0.98% -
XYZ 42.23 35.28 94.21 -
YUV 162.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 161 147 249 0.35 0.41 0 0.02 248.24 0.89 0.78
Hex A1 93 F9 23 29 0 2 F8 59 4E
Octal 241 223 371 43 51 0 2 370 131 116
Binary 10100001 10010011 11111001 100011 101001 0 10 11111000 1011001 1001110

Color Harmonies of #A193F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193F9

Black with #A193F9

Text Example


Text Example

White with #A193F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193F9; }

 p { color: rgb(161,147,249); }

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

background-color css

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

 a { background-color: rgb(161,147,249); }

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

border-color css

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

 span { border-color: rgb(161,147,249); }

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