Html Css Color HEX #A199F2 Wistful

📋 copy color: '#A199F2'

red 161 ◦ green 153 ◦ blue 242

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

Shades of Wistful #A199F2

Tints of Wistful #A199F2

RGB

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

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

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

R = 28.96%
G = 27.52%
B = 43.53%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A199F2 (or 0xA199F2) is known color: Wistful. HEX triplet: A1, 99 and F2. RGB value is (161,153,242). Sum of RGB (Red+Green+Blue) = 161+153+242=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #A199F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A199F2 is #5E660D. Grayscale: #A5A5A5. Windows color (decimal): -6186510 or 15899041. OLE color: 15899041.

HSL color Cylindrical-coordinate representation of color #A199F2: hue angle of 245.39º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A199F2 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 153 242 -
CMYK 0.33 0.37 0 0.05
HSL 245.39º 0.77% 0.77% -
HSV(B) 245.39º 0.37% 0.95% -
XYZ 42.12 36.77 88.88 -
YUV 165.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 161 153 242 0.33 0.37 0 0.05 245.39 0.77 0.77
Hex A1 99 F2 21 25 0 5 F5 4D 4D
Octal 241 231 362 41 45 0 5 365 115 115
Binary 10100001 10011001 11110010 100001 100101 0 101 11110101 1001101 1001101

Color Harmonies of #A199F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199F2

Black with #A199F2

Text Example


Text Example

White with #A199F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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