Html Css Color HEX #A199C4 Wistful

📋 copy color: '#A199C4'

red 161 ◦ green 153 ◦ blue 196

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

Shades of Wistful #A199C4

Tints of Wistful #A199C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.43%

R = 31.57%
G = 30%
B = 38.43%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A199C4 (or 0xA199C4) is known color: Wistful. HEX triplet: A1, 99 and C4. RGB value is (161,153,196). Sum of RGB (Red+Green+Blue) = 161+153+196=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #A199C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199C4 is #5E663B. Grayscale: #A0A0A0. Windows color (decimal): -6186556 or 12884385. OLE color: 12884385.

HSL color Cylindrical-coordinate representation of color #A199C4: hue angle of 251.16º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A199C4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 153 196 -
CMYK 0.18 0.22 0 0.23
HSL 251.16º 0.27% 0.68% -
HSV(B) 251.16º 0.22% 0.77% -
XYZ 36.05 34.35 56.95 -
YUV 160.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 161 153 196 0.18 0.22 0 0.23 251.16 0.27 0.68
Hex A1 99 C4 12 16 0 17 FB 1B 44
Octal 241 231 304 22 26 0 27 373 33 104
Binary 10100001 10011001 11000100 10010 10110 0 10111 11111011 11011 1000100

Color Harmonies of #A199C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199C4

Black with #A199C4

Text Example


Text Example

White with #A199C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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