Html Css Color HEX #A193F7 Wistful

📋 copy color: '#A193F7'

red 161 ◦ green 147 ◦ blue 247

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

Shades of Wistful #A193F7

Tints of Wistful #A193F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.5%

R = 29.01%
G = 26.49%
B = 44.5%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A193F7 (or 0xA193F7) is known color: Wistful. HEX triplet: A1, 93 and F7. RGB value is (161,147,247). Sum of RGB (Red+Green+Blue) = 161+147+247=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #A193F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193F7 is #5E6C08. Grayscale: #A2A2A2. Windows color (decimal): -6188041 or 16225185. OLE color: 16225185.

HSL color Cylindrical-coordinate representation of color #A193F7: hue angle of 248.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A193F7 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 147 247 -
CMYK 0.35 0.40 0 0.03
HSL 248.4º 0.86% 0.77% -
HSV(B) 248.4º 0.4% 0.97% -
XYZ 41.92 35.16 92.57 -
YUV 162.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 161 147 247 0.35 0.40 0 0.03 248.4 0.86 0.77
Hex A1 93 F7 23 28 0 3 F8 56 4D
Octal 241 223 367 43 50 0 3 370 126 115
Binary 10100001 10010011 11110111 100011 101000 0 11 11111000 1010110 1001101

Color Harmonies of #A193F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193F7

Black with #A193F7

Text Example


Text Example

White with #A193F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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