Html Css Color HEX #A199C6 Wistful

📋 copy color: '#A199C6'

red 161 ◦ green 153 ◦ blue 198

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

Shades of Wistful #A199C6

Tints of Wistful #A199C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.67%

R = 31.45%
G = 29.88%
B = 38.67%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A199C6 (or 0xA199C6) is known color: Wistful. HEX triplet: A1, 99 and C6. RGB value is (161,153,198). Sum of RGB (Red+Green+Blue) = 161+153+198=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A199C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199C6 is #5E6639. Grayscale: #A0A0A0. Windows color (decimal): -6186554 or 13015457. OLE color: 13015457.

HSL color Cylindrical-coordinate representation of color #A199C6: hue angle of 250.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A199C6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 153 198 -
CMYK 0.19 0.23 0 0.22
HSL 250.67º 0.28% 0.69% -
HSV(B) 250.67º 0.23% 0.78% -
XYZ 36.28 34.44 58.16 -
YUV 160.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 161 153 198 0.19 0.23 0 0.22 250.67 0.28 0.69
Hex A1 99 C6 13 17 0 16 FB 1C 45
Octal 241 231 306 23 27 0 26 373 34 105
Binary 10100001 10011001 11000110 10011 10111 0 10110 11111011 11100 1000101

Color Harmonies of #A199C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199C6

Black with #A199C6

Text Example


Text Example

White with #A199C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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