Html Css Color HEX #A193F0 Wistful

📋 copy color: '#A193F0'

red 161 ◦ green 147 ◦ blue 240

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

Shades of Wistful #A193F0

Tints of Wistful #A193F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.8%

R = 29.38%
G = 26.82%
B = 43.8%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A193F0 (or 0xA193F0) is known color: Wistful. HEX triplet: A1, 93 and F0. RGB value is (161,147,240). Sum of RGB (Red+Green+Blue) = 161+147+240=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #A193F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193F0 is #5E6C0F. Grayscale: #A1A1A1. Windows color (decimal): -6188048 or 15766433. OLE color: 15766433.

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

Color convert

RGB 161 147 240 -
CMYK 0.33 0.39 0 0.06
HSL 249.03º 0.76% 0.76% -
HSV(B) 249.03º 0.39% 0.94% -
XYZ 40.86 34.74 86.99 -
YUV 161.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 161 147 240 0.33 0.39 0 0.06 249.03 0.76 0.76
Hex A1 93 F0 21 27 0 6 F9 4C 4C
Octal 241 223 360 41 47 0 6 371 114 114
Binary 10100001 10010011 11110000 100001 100111 0 110 11111001 1001100 1001100

Color Harmonies of #A193F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193F0

Black with #A193F0

Text Example


Text Example

White with #A193F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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