Html Css Color HEX #A199CF Wistful

📋 copy color: '#A199CF'

red 161 ◦ green 153 ◦ blue 207

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

Shades of Wistful #A199CF

Tints of Wistful #A199CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 30.9%
G = 29.37%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A199CF (or 0xA199CF) is known color: Wistful. HEX triplet: A1, 99 and CF. RGB value is (161,153,207). Sum of RGB (Red+Green+Blue) = 161+153+207=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #A199CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A199CF is #5E6630. Grayscale: #A1A1A1. Windows color (decimal): -6186545 or 13605281. OLE color: 13605281.

HSL color Cylindrical-coordinate representation of color #A199CF: hue angle of 248.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A199CF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 153 207 -
CMYK 0.22 0.26 0 0.19
HSL 248.89º 0.36% 0.71% -
HSV(B) 248.89º 0.26% 0.81% -
XYZ 37.35 34.86 63.79 -
YUV 161.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 161 153 207 0.22 0.26 0 0.19 248.89 0.36 0.71
Hex A1 99 CF 16 1A 0 13 F9 24 47
Octal 241 231 317 26 32 0 23 371 44 107
Binary 10100001 10011001 11001111 10110 11010 0 10011 11111001 100100 1000111

Color Harmonies of #A199CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A199CF

Black with #A199CF

Text Example


Text Example

White with #A199CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A199CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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