Html Css Color HEX #A193F2 Wistful

📋 copy color: '#A193F2'

red 161 ◦ green 147 ◦ blue 242

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

Shades of Wistful #A193F2

Tints of Wistful #A193F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44%

R = 29.27%
G = 26.73%
B = 44%

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

#A193F2 (or 0xA193F2) is known color: Wistful. HEX triplet: A1, 93 and F2. RGB value is (161,147,242). Sum of RGB (Red+Green+Blue) = 161+147+242=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A193F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193F2 is #5E6C0D. Grayscale: #A1A1A1. Windows color (decimal): -6188046 or 15897505. OLE color: 15897505.

HSL color Cylindrical-coordinate representation of color #A193F2: hue angle of 248.84º degrees, saturation: 0.79, 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 #A193F2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 147 242 -
CMYK 0.33 0.39 0 0.05
HSL 248.84º 0.79% 0.76% -
HSV(B) 248.84º 0.39% 0.95% -
XYZ 41.16 34.86 88.56 -
YUV 162.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 161 147 242 0.33 0.39 0 0.05 248.84 0.79 0.76
Hex A1 93 F2 21 27 0 5 F9 4F 4C
Octal 241 223 362 41 47 0 5 371 117 114
Binary 10100001 10010011 11110010 100001 100111 0 101 11111001 1001111 1001100

Color Harmonies of #A193F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A193F2

Black with #A193F2

Text Example


Text Example

White with #A193F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A193F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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