Html Css Color HEX #A199F7 Wistful

📋 copy color: '#A199F7'

red 161 ◦ green 153 ◦ blue 247

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

Shades of Wistful #A199F7

Tints of Wistful #A199F7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.27%

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

R = 28.7%
G = 27.27%
B = 44.03%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A199F7 (or 0xA199F7) is known color: Wistful. HEX triplet: A1, 99 and F7. RGB value is (161,153,247). Sum of RGB (Red+Green+Blue) = 161+153+247=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #A199F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199F7 is #5E6608. Grayscale: #A5A5A5. Windows color (decimal): -6186505 or 16226721. OLE color: 16226721.

HSL color Cylindrical-coordinate representation of color #A199F7: hue angle of 245.11º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A199F7 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 153 247 -
CMYK 0.35 0.38 0 0.03
HSL 245.11º 0.85% 0.78% -
HSV(B) 245.11º 0.38% 0.97% -
XYZ 42.88 37.07 92.89 -
YUV 166.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 161 153 247 0.35 0.38 0 0.03 245.11 0.85 0.78
Hex A1 99 F7 23 26 0 3 F5 55 4E
Octal 241 231 367 43 46 0 3 365 125 116
Binary 10100001 10011001 11110111 100011 100110 0 11 11110101 1010101 1001110

Color Harmonies of #A199F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199F7

Black with #A199F7

Text Example


Text Example

White with #A199F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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